Class windowEvent

java.lang.Object
name.moore.kevin.ze.game.events.windowEvent
All Implemented Interfaces:
Serializable

public class windowEvent extends Object implements 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
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • arg

      private Object arg
    • r

      private final windowEvent.REASON r
      The REASON enum for this event.
  • Constructor Details

  • Method Details