Class GameObjectSpawnEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.dreambot.api.script.event.ScriptEvent
-
- org.dreambot.api.script.event.impl.GameObjectSpawnEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class GameObjectSpawnEvent extends ScriptEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GameObjectSpawnEvent(GameObject o, boolean despawn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispatch(java.util.EventListener eventListener)
java.lang.String
toString()
-
Methods inherited from class org.dreambot.api.script.event.ScriptEvent
getTimestamp
-
-
-
-
Constructor Detail
-
GameObjectSpawnEvent
public GameObjectSpawnEvent(GameObject o, boolean despawn)
-
-
Method Detail
-
dispatch
public void dispatch(java.util.EventListener eventListener)
- Specified by:
dispatch
in classScriptEvent
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.EventObject
-
-