|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VertexSetListener<V>
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<V> e)
Notifies that a vertex has been added to the graph. |
void |
vertexRemoved(GraphVertexChangeEvent<V> e)
Notifies that a vertex has been removed from the graph. |
Method Detail |
---|
void vertexAdded(GraphVertexChangeEvent<V> e)
e
- the vertex event.void vertexRemoved(GraphVertexChangeEvent<V> e)
e
- the vertex event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |