|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TraversalListener<V,E>
A listener on graph iterator or on a graph traverser.
Method Summary | |
---|---|
void |
connectedComponentFinished(ConnectedComponentTraversalEvent e)
Called to inform listeners that the traversal of the current connected component has finished. |
void |
connectedComponentStarted(ConnectedComponentTraversalEvent e)
Called to inform listeners that a traversal of a new connected component has started. |
void |
edgeTraversed(EdgeTraversalEvent<V,E> e)
Called to inform the listener that the specified edge have been visited during the graph traversal. |
void |
vertexFinished(VertexTraversalEvent<V> e)
Called to inform the listener that the specified vertex have been finished during the graph traversal. |
void |
vertexTraversed(VertexTraversalEvent<V> e)
Called to inform the listener that the specified vertex have been visited during the graph traversal. |
Method Detail |
---|
void connectedComponentFinished(ConnectedComponentTraversalEvent e)
e
- the traversal event.void connectedComponentStarted(ConnectedComponentTraversalEvent e)
e
- the traversal event.void edgeTraversed(EdgeTraversalEvent<V,E> e)
e
- the edge traversal event.void vertexTraversed(VertexTraversalEvent<V> e)
e
- the vertex traversal event.void vertexFinished(VertexTraversalEvent<V> e)
e
- the vertex traversal event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |