|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org._3pq.jgrapht.event.ConnectedComponentTraversalEvent
A traversal event with respect to a connected component.
| Field Summary | |
static int |
CONNECTED_COMPONENT_FINISHED
Connected component traversal finished event. |
static int |
CONNECTED_COMPONENT_STARTED
Connected component traversal started event. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ConnectedComponentTraversalEvent(java.lang.Object eventSource,
int type)
Creates a new ConnectedComponentTraversalEvent. |
|
| 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 |
| Field Detail |
public static final int CONNECTED_COMPONENT_STARTED
public static final int CONNECTED_COMPONENT_FINISHED
| Constructor Detail |
public ConnectedComponentTraversalEvent(java.lang.Object eventSource,
int type)
eventSource - the source of the event.type - the type of event.| Method Detail |
public int getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||