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