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 org.rspeer.event.Event<Script>
See Also:
  • Constructor Details

    • 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 Details

    • getArgs

      public String getArgs()