|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A listener that is notified when the graph's vertex set changes. It should
be used when only notifications on edge-set changes are of interest.
If all graph notifications are of interest better use
GraphListener.
GraphListener| Method Summary | |
void |
vertexAdded(GraphVertexChangeEvent e)
Notifies that a vertex has been added to the graph. |
void |
vertexRemoved(GraphVertexChangeEvent e)
Notifies that a vertex has been removed from the graph. |
| Method Detail |
public void vertexAdded(GraphVertexChangeEvent e)
e - the vertex event.public void vertexRemoved(GraphVertexChangeEvent e)
e - the vertex event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||