Class EquipmentLoadoutEvent

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

public class EquipmentLoadoutEvent extends Event<String>
See Also:
  • Constructor Details

    • EquipmentLoadoutEvent

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