Uses of Interface
org.jgrapht.event.GraphListener
Packages that use GraphListener
Package
Description
The front-end API's interfaces and classes, including
Graph.Algorithms dealing with various connectivity aspects of a graph.
Utilities used by JGraphT algorithms.
Implementations of various graphs.
-
Uses of GraphListener in org.jgrapht
Methods in org.jgrapht with parameters of type GraphListenerModifier and TypeMethodDescriptionvoidListenableGraph.addGraphListener(GraphListener<V, E> l) Adds the specified graph listener to this graph, if not already present.voidListenableGraph.removeGraphListener(GraphListener<V, E> l) Removes the specified graph listener from this graph, if present. -
Uses of GraphListener in org.jgrapht.alg.connectivity
Classes in org.jgrapht.alg.connectivity that implement GraphListenerModifier and TypeClassDescriptionclassAllows obtaining various connectivity aspects of a graph. -
Uses of GraphListener in org.jgrapht.alg.util
Classes in org.jgrapht.alg.util that implement GraphListenerModifier and TypeClassDescriptionclassNeighborCache<V,E> Maintains a cache of each vertex's neighbors. -
Uses of GraphListener in org.jgrapht.graph
Methods in org.jgrapht.graph with parameters of type GraphListenerModifier and TypeMethodDescriptionvoidDefaultListenableGraph.addGraphListener(GraphListener<V, E> l) voidDefaultListenableGraph.removeGraphListener(GraphListener<V, E> l)