T - the type of the action to handlepublic abstract class EventActionHandler<T>
extends java.lang.Object
EventActions for handling actions
of different types.
EventActionHandler.GameParametersHandler and EventActionHandler.ImageMessageHandler should be used.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventActionHandler.Callback<T> |
static class |
EventActionHandler.GameParametersHandler
EventActionHandler for handling game parameters, which will be
returned as a JSONObject. |
static class |
EventActionHandler.ImageMessageHandler
EventActionHandler for handling ImageMessages. |
| Modifier and Type | Field and Description |
|---|---|
protected EventActionHandler.Callback<T> |
callback |
protected final EventActionHandler.Callback<T> callback