Interface StopHook


  • public interface StopHook
    Called when a plugin stopping.
    This happens when chart is destroyed or plugin is disabled.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onStop

        void onStop​(IsChart chart)
        Called when a plugin stopping.
        This happens when chart is destroyed or plugin is disabled.
        Parameters:
        chart - the chart instance.