public interface ChangeObserver extends EMFObserver
Notification
from the ChangeBroker
. As opposed to the ReadOnlyChangeObserver
it is allowed to make
changes on the EMF model and therefore to trigger further notifications.Modifier and Type | Method and Description |
---|---|
void |
handleNotification(org.eclipse.emf.common.notify.Notification notification)
Called whenever a new
Notification is provided to the ChangeBroker . |
void handleNotification(org.eclipse.emf.common.notify.Notification notification)
Notification
is provided to the ChangeBroker
.notification
- the notificationCopyright © 2016. All rights reserved.