Class PostClientScriptEvent

java.lang.Object
java.util.EventObject
org.rspeer.event.Event<Object[]>
org.rspeer.game.event.GameEvent<Object[]>
org.rspeer.game.event.PostClientScriptEvent
All Implemented Interfaces:
Serializable

public class PostClientScriptEvent extends GameEvent<Object[]>
See Also:
  • Constructor Details

    • PostClientScriptEvent

      public PostClientScriptEvent(Object[] source, int id, int procId)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.
  • Method Details

    • getId

      public int getId()
    • getProcId

      public int getProcId()
    • getArgs

      public Object[] getArgs()