Package eu.cloudnetservice.driver.event.events.module
package eu.cloudnetservice.driver.event.events.module
-
ClassesClassDescriptionThe base event for all events which are related to modules.This event gets called after a dependency for a module has been loaded.This event is being called after a module has been loaded and the tasks with the lifecycle
ModuleLifeCycle.LOADEDof this module have been fired.This event is being called after a module has been reloaded and the tasks with the lifecycleModuleLifeCycle.RELOADINGof this module have been fired.This event is being called after a module has been started and the tasks with the lifecycleModuleLifeCycle.STARTEDof this module have been fired.This event is being called after a module has been stopped and the tasks with the lifecycleModuleLifeCycle.STOPPEDof this module have been fired.This event is being called after a module has been unloaded and the tasks with the lifecycleModuleLifeCycle.UNLOADEDof this module have been fired.This event is being called before a dependency for a module is being loaded.This event is being called after a module has been loaded and before the tasks with the lifecycleModuleLifeCycle.LOADEDof this module have been fired.This event is being called before a module has been reloaded and the tasks with the lifecycleModuleLifeCycle.RELOADINGof this module have been fired.This event is being called before a module has been started and the tasks with the lifecycleModuleLifeCycle.STARTEDof this module have been fired.This event is being called before a module has been stopped and the tasks with the lifecycleModuleLifeCycle.STOPPEDof this module have been fired.This event is being called after a module has been unloaded and the tasks with the lifecycleModuleLifeCycle.UNLOADEDof this module have been fired.Defines events which will be called when a module is not yet instantiated.