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 SummaryConstructors Constructor Description VarBitEvent(int id, int before, int after)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispatch(java.util.EventListener eventListener)- 
Methods inherited from class org.dreambot.api.script.event.ScriptEventgetTimestamp
 
- 
 
- 
- 
- 
Method Detail- 
dispatchpublic void dispatch(java.util.EventListener eventListener) - Specified by:
- dispatchin class- ScriptEvent
 
 
- 
 
-