Interface Reloadable


  • public interface Reloadable
    Interface that allow class register to ReloadManager
    • Method Detail

      • reloadModule

        default ReloadResult reloadModule()
                                   throws java.lang.Exception
        Callback for reloading
        Returns:
        Reloading success
        Throws:
        java.lang.Exception - Throws error if module failed to process reloading (this will turn ReloadStatus to ReloadStatus.EXCEPTION)