org.eclipse.emf.ecp.changebroker.spi
Interface EMFObserver
- All Known Subinterfaces:
- ReadOnlyEMFObserver
public interface EMFObserver
A EMF Observer has a handle notification method which receives a Notification from the ChangeBroker. As opposed to the ReadOnlyEMFObserver it is allowed to make
changes on the EMF model and therefore to trigger further notifications.
- Author:
- jfaltermeier
|
Method Summary |
void |
handleNotification(org.eclipse.emf.common.notify.Notification notification)
Called whenever a new Notification is provided to the ChangeBroker. |
handleNotification
void handleNotification(org.eclipse.emf.common.notify.Notification notification)
- Called whenever a new
Notification is provided to the ChangeBroker.
- Parameters:
notification - the notification
Copyright © 2015. All Rights Reserved.