Class WorldMapWalkEvent

java.lang.Object
java.util.EventObject
org.rspeer.event.Event<Position>
org.rspeer.game.event.WorldMapWalkEvent
All Implemented Interfaces:
Serializable

public class WorldMapWalkEvent extends Event<Position>
See Also:
  • Constructor Details

    • WorldMapWalkEvent

      public WorldMapWalkEvent(Position source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.