Uses of Class
salvo.jesus.graph.GraphRemoveEdgeEvent

Packages that use GraphRemoveEdgeEvent
salvo.jesus.graph   
 

Uses of GraphRemoveEdgeEvent in salvo.jesus.graph
 

Methods in salvo.jesus.graph with parameters of type GraphRemoveEdgeEvent
 void GraphRemoveEdgeListener.edgeRemoved(GraphRemoveEdgeEvent e)
          Once implementations of this interface are registered with a Graph, this method is automatically called whenever an Edge is about to be removed from the Graph object.