public interface GraphRemoveVertexListener extends EventListener, Serializable
GraphListener| Modifier and Type | Method and Description |
|---|---|
void |
vertexRemoved(GraphRemoveVertexEvent e)
Deprecated.
Once implementations of this interface are registered with a Graph,
this method is automatically called whenever a Vertex is about to be
removed from the Graph object encapsulated by the VisualGraph object.
|
void vertexRemoved(GraphRemoveVertexEvent e)
e - GraphRemoveVertexEvent object that also specifies the Vertex
that is about to be removed from the graphCopyright © 2019 JULIE Lab, Germany. All rights reserved.