public interface ESPostCreationObserver extends ESObserver
Enables the modification of attributes of newly created model elements.
IMPORTANT: do not modify any references in theonCreation(EObject) method.
This interfaces is only intended to modify attributes of a model element.| Modifier and Type | Method and Description |
|---|---|
void |
onCreation(org.eclipse.emf.ecore.EObject modelElement)
Called when a new model element has been created.
|
void onCreation(org.eclipse.emf.ecore.EObject modelElement)
Called when a new model element has been created.
Use this method to modify attributes of a newly created model element. Do not modify any references.
modelElement - the model element that has been createdCopyright © 2017. All rights reserved.