org._3pq.jgrapht
Interface ListenableGraph
- Graph
- DefaultListenableGraph, ListenableDirectedGraph, ListenableDirectedWeightedGraph, ListenableUndirectedGraph, ListenableUndirectedWeightedGraph
public interface ListenableGraph
A graph that supports listeners on structural change events.
addAllEdges , addAllVertices , addEdge , addEdge , addVertex , containsEdge , containsEdge , containsVertex , edgeSet , edgesOf , getAllEdges , getEdge , getEdgeFactory , removeAllEdges , removeAllEdges , removeAllVertices , removeEdge , removeEdge , removeVertex , vertexSet |
addGraphListener
public void addGraphListener(GraphListener l)
Adds the specified graph listener to this graph, if not already present.
l
- the listener to be added.
addVertexSetListener
public void addVertexSetListener(VertexSetListener l)
Adds the specified vertex set listener to this graph, if not already
present.
l
- the listener to be added.
removeGraphListener
public void removeGraphListener(GraphListener l)
Removes the specified graph listener from this graph, if present.
l
- he listener to be removed.
removeVertexSetListener
public void removeVertexSetListener(VertexSetListener l)
Removes the specified vertex set listener from this graph, if present.
l
- the listener to be removed.