| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
action_
A string to indicates the fragment-specific action that occurred.
|
private java.lang.String |
event_type_
The type of event being fired (which here corresponds to the fragment emitting it).
|
static java.lang.String |
MAPMENU_ACTION |
static java.lang.String |
PLAYER_ACTION |
| Constructor and Description |
|---|
UXEvent(java.lang.String event_type,
java.lang.String action)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
action() |
java.lang.String |
event_type() |
public static final java.lang.String PLAYER_ACTION
public static final java.lang.String MAPMENU_ACTION
@NonNull private final java.lang.String event_type_
@NonNull private final java.lang.String action_
public UXEvent(@NonNull
java.lang.String event_type,
@NonNull
java.lang.String action)
event_type - Theaction - The action@NonNull public java.lang.String event_type()
event_type in interface IEvent@NonNull public java.lang.String action()