Class GameScriptedEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GameScriptedMessageEvent

public abstract class GameScriptedEvent extends GameEvent
See Also:
  • Constructor Details

    • GameScriptedEvent

      public GameScriptedEvent(Object source)
  • Method Details

    • fireEvent

      public void fireEvent(GameListener gl)
      Description copied from class: GameEvent
      Sub-classed events implement this method to call their specific method on a GameListener instance that their event has been fired.
      Specified by:
      fireEvent in class GameEvent
      Parameters:
      gl - GameListener recipient.
    • getEventName

      public String getEventName()
      Specified by:
      getEventName in class GameEvent