public interface ReadOnlyChangeObserver extends ChangeObserver
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.handleNotification
Copyright © 2016. All rights reserved.