Uses of Class
salvo.jesus.graph.GraphAddVertexEvent

Packages that use GraphAddVertexEvent
salvo.jesus.graph   
 

Uses of GraphAddVertexEvent in salvo.jesus.graph
 

Methods in salvo.jesus.graph with parameters of type GraphAddVertexEvent
 void GraphAddVertexListener.vertexAdded(GraphAddVertexEvent e)
          Once implementations of this interface are registered with a Graph, this method is automatically called whenever a Vertex is added to the Graph object.