org._3pq.jgrapht.event
Class ConnectedComponentTraversalEvent
EventObjectorg._3pq.jgrapht.event.ConnectedComponentTraversalEvent
public class ConnectedComponentTraversalEvent
extends EventObject
A traversal event with respect to a connected component.
int | getType()- Returns the event type.
|
CONNECTED_COMPONENT_FINISHED
public static final int CONNECTED_COMPONENT_FINISHED
Connected component traversal finished event.
CONNECTED_COMPONENT_STARTED
public static final int CONNECTED_COMPONENT_STARTED
Connected component traversal started event.
ConnectedComponentTraversalEvent
public ConnectedComponentTraversalEvent(Object eventSource,
int type) Creates a new ConnectedComponentTraversalEvent.
eventSource - the source of the event.type - the type of event.
getType
public int getType()
Returns the event type.