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

All Known Subinterfaces:
DynamicContainmentTreeDomainModelReference, ModelChangeAddRemoveListener, VCustomDomainModelReference, VDomainModelReference, VFeaturePathDomainModelReference, VIndexDomainModelReference, VKeyAttributeDomainModelReference, VMappingDomainModelReference, VTableDomainModelReference
All Known Implementing Classes:
DynamicContainmentTreeDomainModelReferenceImpl, VCustomDomainModelReferenceImpl, VFeaturePathDomainModelReferenceImpl, VIndexDomainModelReferenceImpl, VKeyAttributeDomainModelReferenceImpl, VMappingDomainModelReferenceImpl, 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

Method Summary
 void notifyChange(ModelChangeNotification notification)
          Notify about a change.
 

Method Detail

notifyChange

void notifyChange(ModelChangeNotification notification)
Notify about a change.

Parameters:
notification - the ModelChangeNotification


Copyright © 2015. All Rights Reserved.