org.eclipse.emf.ecp.view.spi.model
Interface ModelChangeListener
- All Known Subinterfaces:
- DynamicContainmentTreeDomainModelReference, ModelChangeAddRemoveListener, VCustomDomainModelReference, VDomainModelReference, VFeaturePathDomainModelReference, VTableDomainModelReference
- All Known Implementing Classes:
- DynamicContainmentTreeDomainModelReferenceImpl, VCustomDomainModelReferenceImpl, VFeaturePathDomainModelReferenceImpl, VTableDomainModelReferenceImpl
public interface 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
- Author:
- Eugen Neufeld
notifyChange
void notifyChange(ModelChangeNotification notification)
- Notify about a change.
- Parameters:
notification
- the ModelChangeNotification
Copyright © 2014. All Rights Reserved.