|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.spi.model.ModelChangeNotification
public class ModelChangeNotification
The Class ModelChangeNotification.
Such a notification is issued by the ViewModelContext
when a change in the domain or the view model occurs.
Constructor Summary | |
---|---|
ModelChangeNotification(org.eclipse.emf.common.notify.Notification notification)
Instantiates a new model change notification. |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EObject |
getNotifier()
Gets the notifier. |
org.eclipse.emf.common.notify.Notification |
getRawNotification()
Gets the raw notification. |
org.eclipse.emf.ecore.EStructuralFeature |
getStructuralFeature()
Gets the structural feature. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelChangeNotification(org.eclipse.emf.common.notify.Notification notification)
notification
- the Notification
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |