Class ClientScriptEvent

All Implemented Interfaces:
Serializable

public class ClientScriptEvent extends GameEvent<RSScriptEvent>
See Also:
  • Constructor Details

    • ClientScriptEvent

      public ClientScriptEvent(RSScriptEvent source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.