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