|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface provides the basic manner through which a programmer can
allow his classes to respond to Graph Events.
| Method Summary | |
void |
edgeAdded(GraphEvent e)
This method is called when an edge is added to a Graph. |
void |
edgeRemoved(GraphEvent e)
This method is called when an edge is removed from a Graph. |
void |
nodeAdded(GraphEvent e)
This method is called when a node is added to a Graph. |
void |
nodeRemoved(GraphEvent e)
This method is called when a node is removed from a Graph. |
| Method Detail |
public void nodeAdded(GraphEvent e)
e - The graph event containing all of the necessary data.public void nodeRemoved(GraphEvent e)
e - The graph event containing all of the necessary data.public void edgeAdded(GraphEvent e)
e - The graph event containing all of the necessary data.public void edgeRemoved(GraphEvent e)
e - The graph event containing all of the necessary data.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||