Class LocalStorageEvent
java.lang.Object
java.util.EventObject
org.rspeer.event.Event<Object>
org.rspeer.game.event.LocalStorageEvent
- All Implemented Interfaces:
Serializable
Currently only used for breaks and gameaccounts
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLocalStorageEvent(Object source, LocalStorageEvent.Type type) Constructs a prototypical Event. -
Method Summary
Methods inherited from class org.rspeer.event.Event
consume, getSource, isConsumedMethods inherited from class EventObject
toString
-
Constructor Details
-
LocalStorageEvent
Constructs a prototypical Event.- Parameters:
source- The object on which the Event initially occurred.- Throws:
IllegalArgumentException- if source is null.
-
-
Method Details
-
getType
-