Package | Description |
---|---|
org.fireweb |
Modifier and Type | Method and Description |
---|---|
EventType.Action |
EventListener.getActionType()
Specifies who is doing the action perform when event happened
|
static EventType.Action |
EventType.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType.Action[] |
EventType.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EventListener |
EventListener.setActionType(EventType.Action actionType)
Set who is doing the action perform when event happened
|