Uses of Interface
org.jgrapht.event.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
Modifier and TypeClassDescriptionclass
An empty do-nothing implementation of theTraversalListener
interface used for subclasses. -
Uses of TraversalListener in org.jgrapht.traverse
Modifier and TypeMethodDescriptionvoid
AbstractGraphIterator.addTraversalListener
(TraversalListener<V, E> l) void
GraphIterator.addTraversalListener
(TraversalListener<V, E> l) Adds the specified traversal listener to this iterator.void
AbstractGraphIterator.removeTraversalListener
(TraversalListener<V, E> l) void
GraphIterator.removeTraversalListener
(TraversalListener<V, E> l) Removes the specified traversal listener from this iterator.