public class SelectEvent extends ControllerEvent
| Modifier and Type | Field and Description | 
|---|---|
static int | 
COMPONENT_SELECTED
Selected 
 | 
static int | 
COMPONENT_SELECTING
Selecting 
 | 
protected int | 
id  | 
componentconsumed| Constructor and Description | 
|---|
SelectEvent(java.lang.Object source,
           int ID,
           ComponentHandle comp)
Class constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getID()
Return the ID of the event. 
 | 
getComponentHandleconsume, isConsumedpublic static final int COMPONENT_SELECTING
public static final int COMPONENT_SELECTED
protected int id
public SelectEvent(java.lang.Object source,
                   int ID,
                   ComponentHandle comp)
source - the event source