Interface ShutdownListener


  • public interface ShutdownListener
    Any component which needs to be shutted down should implement this interface and use the function to shut down the component.
    • Method Detail

      • shutdown

        void shutdown()
        The function to run when the system shutdown.