-
- All Implemented Interfaces:
public final class EventQueueMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final BaseEventeventprivate final BooleaninForeground
-
Constructor Summary
Constructors Constructor Description EventQueueMessage(BaseEvent event, Boolean inForeground)
-
Method Summary
Modifier and Type Method Description final BaseEventgetEvent()final BooleangetInForeground()-
-
Constructor Detail
-
EventQueueMessage
EventQueueMessage(BaseEvent event, Boolean inForeground)
-
-
Method Detail
-
getEvent
final BaseEvent getEvent()
-
getInForeground
final Boolean getInForeground()
-
-
-
-