org._3pq.jgrapht.event
Class ConnectedComponentTraversalEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org._3pq.jgrapht.event.ConnectedComponentTraversalEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnectedComponentTraversalEvent
- extends java.util.EventObject
A traversal event with respect to a connected component.
- Since:
- Aug 11, 2003
- Author:
- Barak Naveh
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
int |
getType()
Returns the event type. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONNECTED_COMPONENT_STARTED
public static final int CONNECTED_COMPONENT_STARTED
- Connected component traversal started event.
CONNECTED_COMPONENT_FINISHED
public static final int CONNECTED_COMPONENT_FINISHED
- Connected component traversal finished event.
ConnectedComponentTraversalEvent
public ConnectedComponentTraversalEvent(java.lang.Object eventSource,
int type)
- Creates a new ConnectedComponentTraversalEvent.
- Parameters:
eventSource
- the source of the event.type
- the type of event.
getType
public int getType()
- Returns the event type.
- Returns:
- the event type.