Uses of Class
org.jgrapht.event.ConnectedComponentTraversalEvent
Package
Description
Event classes and listener interfaces, used to provide a change notification mechanism on graph
modification events.
Graph traversal means.
-
Uses of ConnectedComponentTraversalEvent in org.jgrapht.event
Modifier and TypeMethodDescriptionvoid
TraversalListener.connectedComponentFinished
(ConnectedComponentTraversalEvent e) Called to inform listeners that the traversal of the current connected component has finished.void
TraversalListenerAdapter.connectedComponentFinished
(ConnectedComponentTraversalEvent e) void
TraversalListener.connectedComponentStarted
(ConnectedComponentTraversalEvent e) Called to inform listeners that a traversal of a new connected component has started.void
TraversalListenerAdapter.connectedComponentStarted
(ConnectedComponentTraversalEvent e) -
Uses of ConnectedComponentTraversalEvent in org.jgrapht.traverse
Modifier and TypeMethodDescriptionprotected void
AbstractGraphIterator.fireConnectedComponentFinished
(ConnectedComponentTraversalEvent e) Informs all listeners that the traversal of the current connected component finished.protected void
AbstractGraphIterator.fireConnectedComponentStarted
(ConnectedComponentTraversalEvent e) Informs all listeners that a traversal of a new connected component has started.