Package org.rspeer.game.event
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackpackLoadoutEvent(String source)
Constructs a prototypical Event.
-
-
-
Constructor Detail
-
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.
-
-