Interface ChangeObserver

  • All Superinterfaces:
    EMFObserver
    All Known Subinterfaces:
    ReadOnlyChangeObserver

    public interface ChangeObserver
    extends EMFObserver
    A EMF Observer has a handle notification method which receives a 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.
    Since:
    1.7
    Author:
    jfaltermeier
    • Method Detail

      • handleNotification

        void handleNotification​(org.eclipse.emf.common.notify.Notification notification)
        Called whenever a new Notification is provided to the ChangeBroker.
        Parameters:
        notification - the notification