Uses of Class
salvo.jesus.graph.GraphAddEdgeEvent

Packages that use GraphAddEdgeEvent
salvo.jesus.graph   
 

Uses of GraphAddEdgeEvent in salvo.jesus.graph
 

Methods in salvo.jesus.graph with parameters of type GraphAddEdgeEvent
 void GraphAddEdgeListener.edgeAdded(GraphAddEdgeEvent e)
          Once implementations of this interface are registered with a Graph, this method is automatically called whenever an Edge is added to the Graph object.