Package org.dreambot.api.script.event
Class ScriptEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.dreambot.api.script.event.ScriptEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ActionEvent,BankItemEvent,BreakEvent,EquipmentItemEvent,ExperienceEvent,GameObjectSpawnEvent,GameStateEvent,GroundItemSpawnEvent,HitSplatEvent,HumanMouseEvent,InventoryItemEvent,LoadingStateEvent,LoginResponseEvent,LoginStageEvent,LootBagItemEvent,MenuAddedEvent,MessageEvent,NpcAnimationEvent,PaintEvent,PlayerAnimationEvent,ProjectileTargetEvent,RegionLoadEvent,RSCanvasFocusEvent,RSCanvasKeyboardEvent,RSCanvasMouseEvent,ScriptPrefiredEvent,ServerTickEvent,SpawnEvent,SpotAnimationEvent,TickEvent,VarBitEvent,VarpEvent,WidgetDecodedEvent
public abstract class ScriptEvent extends java.util.EventObjectCreated with IntelliJ IDEA.- Since:
- : 8/14/2015 Time : 1:46 AM
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voiddispatch(java.util.EventListener eventListener)longgetTimestamp()
-