Interface ModuleStateListener


public interface ModuleStateListener
  • Method Details

    • moduleStarting

      void moduleStarting(ModuleInfo moduleInfo) throws StateChangeException
      Notification that a module is starting.
      Parameters:
      moduleInfo - The ModuleInfo of the module
      Throws:
      StateChangeException
    • moduleStarted

      void moduleStarted(ModuleInfo moduleInfo) throws StateChangeException
      Notification that a module has started.
      Parameters:
      moduleInfo - The ModuleInfo of the module
      Throws:
      StateChangeException
    • 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