Interface ReadOnlyChangeObserver

  • All Superinterfaces:
    ChangeObserver, EMFObserver

    public interface ReadOnlyChangeObserver
    extends ChangeObserver
    A Read Only EMF Observer has a handle notification method which receives a Notification from the ChangeBroker. As opposed to regular EMFObservers it is not allowed to make changes on the EMF model and therefore to trigger further notifications. This is not enforced but will lead to unexpected behavior or circular updates between observers.
    Since:
    1.7
    Author:
    jfaltermeier