Uses of Interface
org.eclipse.ecf.core.sharedobject.model.ISharedModelEvent

Packages that use ISharedModelEvent
org.eclipse.ecf.core.sharedobject.model   
 

Uses of ISharedModelEvent in org.eclipse.ecf.core.sharedobject.model
 

Subinterfaces of ISharedModelEvent in org.eclipse.ecf.core.sharedobject.model
 interface ISharedModelPropertyAddEvent
           
 interface ISharedModelPropertyRemoveEvent
           
 interface ISharedModelPropertyValueChangeEvent
           
 

Methods in org.eclipse.ecf.core.sharedobject.model with parameters of type ISharedModelEvent
protected  void SharedModel.fireListeners(ISharedModelEvent event)
           
 void ISharedModelListener.handleEvent(ISharedModelEvent event)