Package | Description |
---|---|
com.ui | |
com.ui.events |
Modifier and Type | Method and Description |
---|---|
Control.ClickStates |
Control.getClickState() |
static Control.ClickStates |
Control.ClickStates.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Control.ClickStates[] |
Control.ClickStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OnClickListener.OnClick(java.lang.Object sender,
Control.ClickStates ClickedState) |