Uses of Interface
salvo.jesus.graph.GraphRemoveVertexListener

Packages that use GraphRemoveVertexListener
salvo.jesus.graph   
 

Uses of GraphRemoveVertexListener in salvo.jesus.graph
 

Methods in salvo.jesus.graph with parameters of type GraphRemoveVertexListener
 void GraphImpl.addGraphRemoveVertexListener(GraphRemoveVertexListener listener)
          Adds a GraphRemoveVertexListener to the Graph's internal Vector of GraphRemoveVertexListeners so that when a Vertex is removed, all registered GraphRemoveVertexListeners are notified of the event.
 void Graph.addGraphRemoveVertexListener(GraphRemoveVertexListener listener)
          Adds a GraphRemoveVertexListener to the Graph's internal Vector of GraphRemoveVertexListeners so that when a Vertex is removed, all registered GraphRemoveVertexListeners are notified of the event.
 void DirectedGraphWeakImpl.addGraphRemoveVertexListener(GraphRemoveVertexListener listener)
          Empty method implemetation that returns null.
 void GraphImpl.removeGraphRemoveVertexListener(GraphRemoveVertexListener listener)
          Removes a GraphRemoveVertexListener from the Graph's internal Vector of GraphRemoveVertexListeners.
 void Graph.removeGraphRemoveVertexListener(GraphRemoveVertexListener listener)
          Removes a GraphRemoveVertexListener from the Graph's internal Vector of GraphRemoveVertexListeners.
 void DirectedGraphWeakImpl.removeGraphRemoveVertexListener(GraphRemoveVertexListener listener)
          Empty method implemetation that returns null.