public class ModelChangeNotification extends Object
Constructor and Description |
---|
ModelChangeNotification(org.eclipse.emf.common.notify.Notification notification)
Instantiates a new model change notification.
|
Modifier and Type | Method and Description |
---|---|
Collection<org.eclipse.emf.ecore.EObject> |
getNewEObjects()
Returns the collection of new EObjects.
|
org.eclipse.emf.ecore.EObject |
getNotifier()
Gets the notifier.
|
Collection<org.eclipse.emf.ecore.EObject> |
getOldEObjects()
Returns the collection of old EObjects.
|
org.eclipse.emf.common.notify.Notification |
getRawNotification()
Gets the raw notification.
|
org.eclipse.emf.ecore.EStructuralFeature |
getStructuralFeature()
Gets the structural feature.
|
public ModelChangeNotification(org.eclipse.emf.common.notify.Notification notification)
notification
- the Notification
public org.eclipse.emf.ecore.EStructuralFeature getStructuralFeature()
EStructuralFeature
which value changedpublic org.eclipse.emf.ecore.EObject getNotifier()
public org.eclipse.emf.common.notify.Notification getRawNotification()
Notification
public Collection<org.eclipse.emf.ecore.EObject> getNewEObjects()
public Collection<org.eclipse.emf.ecore.EObject> getOldEObjects()
Copyright © 2018. All rights reserved.