Uses of Class
salvo.jesus.graph.GraphRemoveVertexEvent

Packages that use GraphRemoveVertexEvent
salvo.jesus.graph   
 

Uses of GraphRemoveVertexEvent in salvo.jesus.graph
 

Methods in salvo.jesus.graph with parameters of type GraphRemoveVertexEvent
 void GraphRemoveVertexListener.vertexRemoved(GraphRemoveVertexEvent e)
          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.