|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VertexSetListener
A listener that is notified when the graph's vertex set changes. It should
be used when only notifications on vertex-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 |
---|
void vertexAdded(GraphVertexChangeEvent e)
e
- the vertex event.void vertexRemoved(GraphVertexChangeEvent e)
e
- the vertex event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |