org.eclipse.emf.ecp.changebroker.spi
Interface ReadOnlyEMFObserver

All Superinterfaces:
EMFObserver

public interface ReadOnlyEMFObserver
extends EMFObserver

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.

Author:
jfaltermeier

Method Summary
 
Methods inherited from interface org.eclipse.emf.ecp.changebroker.spi.EMFObserver
handleNotification
 



Copyright © 2015. All Rights Reserved.