|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphModelListener
User: matthewhorridge The Univeristy Of Manchester Medical Informatics Group Date: Dec 27, 2003 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm An interface for GraphModelListeners.
| Method Summary | |
|---|---|
void |
childAdded(GraphModelEvent evt)
|
void |
childRemoved(GraphModelEvent evt)
|
void |
modelChanged(GraphModelEvent evt)
Fired when the model has changed drastically. |
void |
objectAdded(GraphModelEvent evt)
Called when a node is added to the graph. |
void |
objectChanged(GraphModelEvent evt)
Called when a node is changed. |
void |
objectRemoved(GraphModelEvent evt)
Called when a node is removed from the graph. |
void |
parentAdded(GraphModelEvent evt)
|
void |
parentRemoved(GraphModelEvent evt)
|
| Method Detail |
|---|
void objectAdded(GraphModelEvent evt)
evt - The event, containing info about the
objectAdded action.void objectRemoved(GraphModelEvent evt)
evt - The event, containing info about the
nodeRemoved action.void objectChanged(GraphModelEvent evt)
evt - The event, containing info about the
nodeChanged action.void parentAdded(GraphModelEvent evt)
void parentRemoved(GraphModelEvent evt)
void childAdded(GraphModelEvent evt)
void childRemoved(GraphModelEvent evt)
void modelChanged(GraphModelEvent evt)
evt - The event object associated with this
event.
|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||