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