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

public class ScriptSelectedEvent extends Event<org.rspeer.game.script.Script>
See Also:
  • Constructor Details

    • ScriptSelectedEvent

      public ScriptSelectedEvent(org.rspeer.game.script.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 Details

    • getArgs

      public String getArgs()