Package org.rspeer.game.script.event
Class ScriptSelectedEvent
java.lang.Object
java.util.EventObject
org.rspeer.event.Event<org.rspeer.game.script.Script>
org.rspeer.game.script.event.ScriptSelectedEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionScriptSelectedEvent
(org.rspeer.game.script.Script source, String args) Constructs a prototypical Event. -
Method Summary
Methods inherited from class org.rspeer.event.Event
consume, getSource, isConsumed
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ScriptSelectedEvent
Constructs a prototypical Event.- Parameters:
source
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-
Method Details
-
getArgs
-