Package name.moore.kevin.ze.game.events
Class windowEvent
java.lang.Object
name.moore.kevin.ze.game.events.windowEvent
- All Implemented Interfaces:
Serializable
A windowEvent is used to broadcast that something of note has happened at the
application level such as a change in windows or menu requests.
The event is broadcast onto the global eventbus, others who subscribe to that bus can then listen for and act upon these events.
- Author:
- Kevin Moore
<dev@kevin.moore.name> - See Also:
EventBus, Serialized Form
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classList of REASONs for the event, the source should be able to provide the associated data if required. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Objectprivate static org.slf4j.Loggerprivate windowEvent.REASONThe REASON enum for this event.private static long -
Constructor Summary
ConstructorsConstructorDescriptionConstructor with a simple message.windowEvent(windowEvent.REASON r, Object obj) -
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
serialVersionUID
private static final long serialVersionUID- See Also:
- Constant Field Values
-
arg
-
r
The REASON enum for this event.
-
-
Constructor Details
-
windowEvent
Constructor with a simple message.- Parameters:
r-
-
windowEvent
-
-
Method Details