|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ESPostCreationObserver
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.
| Method Summary | |
|---|---|
void |
onCreation(org.eclipse.emf.ecore.EObject modelElement)
Called when a new model element has been created. |
| Method Detail |
|---|
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 created
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||