org.eclipse.emf.emfstore.client.observer
Interface ESPostCreationObserver

All Superinterfaces:
ESObserver

public interface ESPostCreationObserver
extends ESObserver

Enables the modification of attributes of newly created model elements.

IMPORTANT: do not modify any references in the onCreation(EObject) method. This interfaces is only intended to modify attributes of a model element.

Author:
emueller

Method Summary
 void onCreation(org.eclipse.emf.ecore.EObject modelElement)
           Called when a new model element has been created.
 

Method Detail

onCreation

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.

Parameters:
modelElement - the model element that has been created


Copyright © 2015. All Rights Reserved.