public interface GraphAddVertexListener extends EventListener, Serializable
GraphListener| Modifier and Type | Method and Description |
|---|---|
void |
vertexAdded(GraphAddVertexEvent e)
Deprecated.
Once implementations of this interface are registered with a Graph,
this method is automatically called whenever a Vertex is added to the
Graph object.
|
void vertexAdded(GraphAddVertexEvent e)
e - GraphAddVertexEvent object that also specifies the Vertex that was added
to the graphCopyright © 2019 JULIE Lab, Germany. All rights reserved.