| Package | Description |
|---|---|
| ensemble |
| Modifier and Type | Field and Description |
|---|---|
protected Constants.EH_STATUS |
EventHandler.status
Event Handler's state 0: not registered, 1: registered.
|
| Modifier and Type | Method and Description |
|---|---|
Constants.EH_STATUS |
EventHandler.getStatus()
Gets the status.
|
static Constants.EH_STATUS |
Constants.EH_STATUS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.EH_STATUS[] |
Constants.EH_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|