Package org.dreambot.api.script.listener
Interface RegionLoadListener
-
- All Superinterfaces:
java.util.EventListener
public interface RegionLoadListener extends java.util.EventListener
This is a region load listener used by scripts or other classes Events sent by a threaded region listener, only dispatched while a script is running. Listener is stopped on script stop, and reset on new script start.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
onRegionLoad(boolean dynamic)
Fires when a new region is loaded
-