|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelChangeListener
a listener to be implemented by clients who wish to be notified of changes to the model or
to its elements. Structures that are instances of classes that inherit from
IModel
may wish to extend this interface.
org.eclipse.actf.core.model.IModel
Method Summary | |
---|---|
void |
nodeInserted(ModelChangeEvent event)
notifies clients that an element has been inserted into the structure. |
void |
nodeModified(ModelChangeEvent event)
notifies clients that an element in the structure has been modified. |
void |
nodeRemoved(ModelChangeEvent event)
notifies clients that an element has been removed from the structure. |
Method Detail |
---|
void nodeInserted(ModelChangeEvent event)
event
- void nodeRemoved(ModelChangeEvent event)
event
- void nodeModified(ModelChangeEvent event)
event
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |