Class BackpackLoadoutEvent

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

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

    • BackpackLoadoutEvent

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