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 Detail

      • onRegionLoad

        default void onRegionLoad​(boolean dynamic)
        Fires when a new region is loaded
        Parameters:
        dynamic - whether the new region is dynamic or not