Class PlayerAnimationEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- org.dreambot.api.script.event.ScriptEvent
- 
- org.dreambot.api.script.event.impl.PlayerAnimationEvent
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class PlayerAnimationEvent extends ScriptEvent - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PlayerAnimationEvent(int playerIndex, int animation, int animationDelay)PlayerAnimationEvent(java.lang.Object o, int animation, int animationDelay)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispatch(java.util.EventListener eventListener)java.lang.StringtoString()- 
Methods inherited from class org.dreambot.api.script.event.ScriptEventgetTimestamp
 
- 
 
- 
- 
- 
Method Detail- 
dispatchpublic void dispatch(java.util.EventListener eventListener) - Specified by:
- dispatchin class- ScriptEvent
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.util.EventObject
 
 
- 
 
-