public interface ResourceModifier
Modifier and Type | Method and Description |
---|---|
void |
destroyObject(org.eclipse.emf.ecore.EObject object) |
void |
notifyObjectAdded(org.eclipse.emf.ecore.EObject addedObject)
Post appropriate notification after an object was added.
|
void |
notifyObjectMoved(org.eclipse.emf.ecore.EObject object)
Post appropriate notification when as object was moved to another
container
|
void notifyObjectAdded(org.eclipse.emf.ecore.EObject addedObject)
void notifyObjectMoved(org.eclipse.emf.ecore.EObject object)
void destroyObject(org.eclipse.emf.ecore.EObject object)
object
-