Class GameMapQueryEvent

All Implemented Interfaces:
Serializable

public class GameMapQueryEvent extends GameEvent
Instances of this class are sent when Client is asked for the Map
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getSettings

      public MapSettings getSettings()
    • 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