Package org.dreambot.api.script.listener
Interface RSScriptEventListener
-
- All Superinterfaces:
java.util.EventListener
public interface RSScriptEventListener extends java.util.EventListener
Fires an event at the start of the runScript method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
preFired(RuneScriptEvent event)
Fires off at the start of the runScript method
-
-
-
Method Detail
-
preFired
void preFired(RuneScriptEvent event)
Fires off at the start of the runScript method
-
-