org.jgrapht.event
public class ConnectedComponentTraversalEvent extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTED_COMPONENT_FINISHED
Connected component traversal finished event.
|
static int |
CONNECTED_COMPONENT_STARTED
Connected component traversal started event.
|
| Constructor and Description |
|---|
ConnectedComponentTraversalEvent(java.lang.Object eventSource,
int type)
Creates a new ConnectedComponentTraversalEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Returns the event type.
|
public static final int CONNECTED_COMPONENT_STARTED
public static final int CONNECTED_COMPONENT_FINISHED