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.Notifier
boolean
isAdapterForType
(Object arg0) void
notifyChanged
(org.eclipse.emf.common.notify.Notification notification) void
setTarget
(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:
getTarget
in interfaceorg.eclipse.emf.common.notify.Adapter
-
isAdapterForType
- Specified by:
isAdapterForType
in interfaceorg.eclipse.emf.common.notify.Adapter
-
notifyChanged
public void notifyChanged(org.eclipse.emf.common.notify.Notification notification) - Specified by:
notifyChanged
in interfaceorg.eclipse.emf.common.notify.Adapter
-
setTarget
public void setTarget(org.eclipse.emf.common.notify.Notifier arg0) - Specified by:
setTarget
in interfaceorg.eclipse.emf.common.notify.Adapter
-