Uses of Interface
org.jgrapht.event.TraversalListener
Packages that use TraversalListener
Package
Description
Event classes and listener interfaces, used to provide a change notification mechanism on graph
modification events.
Graph traversal means.
-
Uses of TraversalListener in org.jgrapht.event
Classes in org.jgrapht.event that implement TraversalListenerModifier and TypeClassDescriptionclassAn empty do-nothing implementation of theTraversalListenerinterface used for subclasses. -
Uses of TraversalListener in org.jgrapht.traverse
Methods in org.jgrapht.traverse with parameters of type TraversalListenerModifier and TypeMethodDescriptionvoidAbstractGraphIterator.addTraversalListener(TraversalListener<V, E> l) voidGraphIterator.addTraversalListener(TraversalListener<V, E> l) Adds the specified traversal listener to this iterator.voidAbstractGraphIterator.removeTraversalListener(TraversalListener<V, E> l) voidGraphIterator.removeTraversalListener(TraversalListener<V, E> l) Removes the specified traversal listener from this iterator.