|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The listener interface for receiving events that are related to an edge instance
EdgeEvent,
Edge| Method Summary | |
void |
edgeAddedToGraph(EdgeEvent edgeevent)
This method is invoked on the listener if an Edge
was added to the graph. |
void |
edgeRemovedFromGraph(EdgeEvent edgeevent)
This method is invoked on the listener if an Edge
was removed from the graph. |
| Method Detail |
public void edgeAddedToGraph(EdgeEvent edgeevent)
Edge
was added to the graph.
edgeevent - the event structure that carries details about
the event.public void edgeRemovedFromGraph(EdgeEvent edgeevent)
Edge
was removed from the graph.
edgeevent - the event structure that carries details about
the event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||