Package org.eclipse.epsilon.emc.emf
Class ContainmentChangeAdapter
java.lang.Object
org.eclipse.epsilon.emc.emf.ContainmentChangeAdapter
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter
public class ContainmentChangeAdapter
extends Object
implements org.eclipse.emf.common.notify.Adapter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContainmentChangeAdapter(org.eclipse.emf.ecore.EObject instance, org.eclipse.emf.ecore.resource.Resource resource) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotifierbooleanisAdapterForType(Object arg0) voidnotifyChanged(org.eclipse.emf.common.notify.Notification notification) voidsetTarget(org.eclipse.emf.common.notify.Notifier arg0)
-
Field Details
-
instance
protected org.eclipse.emf.ecore.EObject instance -
resource
protected org.eclipse.emf.ecore.resource.Resource resource
-
-
Constructor Details
-
ContainmentChangeAdapter
public ContainmentChangeAdapter(org.eclipse.emf.ecore.EObject instance, org.eclipse.emf.ecore.resource.Resource resource)
-
-
Method Details
-
getTarget
public org.eclipse.emf.common.notify.Notifier getTarget()- Specified by:
getTargetin interfaceorg.eclipse.emf.common.notify.Adapter
-
isAdapterForType
- Specified by:
isAdapterForTypein interfaceorg.eclipse.emf.common.notify.Adapter
-
notifyChanged
public void notifyChanged(org.eclipse.emf.common.notify.Notification notification) - Specified by:
notifyChangedin interfaceorg.eclipse.emf.common.notify.Adapter
-
setTarget
public void setTarget(org.eclipse.emf.common.notify.Notifier arg0) - Specified by:
setTargetin interfaceorg.eclipse.emf.common.notify.Adapter
-