Class VarBitEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.dreambot.api.script.event.ScriptEvent
-
- org.dreambot.api.script.event.impl.VarBitEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class VarBitEvent extends ScriptEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VarBitEvent(int id, int before, int after)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispatch(java.util.EventListener eventListener)
-
Methods inherited from class org.dreambot.api.script.event.ScriptEvent
getTimestamp
-
-
-
-
Method Detail
-
dispatch
public void dispatch(java.util.EventListener eventListener)
- Specified by:
dispatch
in classScriptEvent
-
-