Interface ModuleStateListener


  • public interface ModuleStateListener
    • Method Detail

      • moduleStopping

        void moduleStopping​(ModuleInfo moduleInfo)
        Notification that a module is stopping.
        Parameters:
        moduleInfo - The ModuleInfo of the module
      • moduleStopped

        void moduleStopped​(ModuleInfo moduleInfo)
        Notification that a module has stopped.
        Parameters:
        moduleInfo - The ModuleInfo of the module