public class ContainmentChangeAdapter extends Object implements org.eclipse.emf.common.notify.Adapter
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.ecore.EObject |
instance |
protected org.eclipse.emf.ecore.resource.Resource |
resource |
Constructor and Description |
---|
ContainmentChangeAdapter(org.eclipse.emf.ecore.EObject instance,
org.eclipse.emf.ecore.resource.Resource resource) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Notifier |
getTarget() |
boolean |
isAdapterForType(Object arg0) |
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification) |
void |
setTarget(org.eclipse.emf.common.notify.Notifier arg0) |
protected org.eclipse.emf.ecore.EObject instance
protected org.eclipse.emf.ecore.resource.Resource resource
public ContainmentChangeAdapter(org.eclipse.emf.ecore.EObject instance, org.eclipse.emf.ecore.resource.Resource resource)
public org.eclipse.emf.common.notify.Notifier getTarget()
getTarget
in interface org.eclipse.emf.common.notify.Adapter
public boolean isAdapterForType(Object arg0)
isAdapterForType
in interface org.eclipse.emf.common.notify.Adapter
public void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
notifyChanged
in interface org.eclipse.emf.common.notify.Adapter
public void setTarget(org.eclipse.emf.common.notify.Notifier arg0)
setTarget
in interface org.eclipse.emf.common.notify.Adapter
Copyright © 2016. All rights reserved.