public class ConnectedComponentTraversalEvent extends EventObject
| Modifier and Type | Field and Description | 
|---|---|
| static int | CONNECTED_COMPONENT_FINISHEDConnected component traversal finished event. | 
| static int | CONNECTED_COMPONENT_STARTEDConnected component traversal started event. | 
source| Constructor and Description | 
|---|
| ConnectedComponentTraversalEvent(Object eventSource,
                                int type)Creates a new ConnectedComponentTraversalEvent. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getType()Returns the event type. | 
getSource, toStringpublic static final int CONNECTED_COMPONENT_STARTED
public static final int CONNECTED_COMPONENT_FINISHED
public ConnectedComponentTraversalEvent(Object eventSource, int type)
eventSource - the source of the event.type - the type of event.Copyright © 2018. All rights reserved.