org.eclipse.emf.ecp.view.spi.model
Interface ModelChangeAddRemoveListener

All Superinterfaces:
ModelChangeListener

public interface ModelChangeAddRemoveListener
extends ModelChangeListener

The listener interface for receiving modelChange events. The class that is interested in processing a modelChange event implements this interface, and the object created with that class is registered with a component using the component's registerViewChangeListener or registerDomainChangeListener method. When the modelChange event occurs, that object's appropriate method is invoked.

Since:
1.3

Method Summary
 void notifyAdd(org.eclipse.emf.common.notify.Notifier notifier)
           
 void notifyRemove(org.eclipse.emf.common.notify.Notifier notifier)
           
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.ModelChangeListener
notifyChange
 

Method Detail

notifyAdd

void notifyAdd(org.eclipse.emf.common.notify.Notifier notifier)
Parameters:
notifier - the notifier

notifyRemove

void notifyRemove(org.eclipse.emf.common.notify.Notifier notifier)
Parameters:
notifier - the notifier


Copyright © 2015. All Rights Reserved.