Uses of Class
eu.cloudnetservice.driver.event.events.module.ModuleEvent
Packages that use ModuleEvent
-
Uses of ModuleEvent in eu.cloudnetservice.driver.event.events.module
Subclasses of ModuleEvent in eu.cloudnetservice.driver.event.events.moduleModifier and TypeClassDescriptionfinal classThis event is being called after a module has been loaded and the tasks with the lifecycleModuleLifeCycle.LOADEDof this module have been fired.final classThis event is being called after a module has been reloaded and the tasks with the lifecycleModuleLifeCycle.RELOADINGof this module have been fired.final classThis event is being called after a module has been started and the tasks with the lifecycleModuleLifeCycle.STARTEDof this module have been fired.final classThis event is being called after a module has been stopped and the tasks with the lifecycleModuleLifeCycle.STOPPEDof this module have been fired.final classThis event is being called after a module has been unloaded and the tasks with the lifecycleModuleLifeCycle.UNLOADEDof this module have been fired.final classThis event is being called after a module has been loaded and before the tasks with the lifecycleModuleLifeCycle.LOADEDof this module have been fired.final classThis event is being called before a module has been reloaded and the tasks with the lifecycleModuleLifeCycle.RELOADINGof this module have been fired.final classThis event is being called before a module has been started and the tasks with the lifecycleModuleLifeCycle.STARTEDof this module have been fired.final classThis event is being called before a module has been stopped and the tasks with the lifecycleModuleLifeCycle.STOPPEDof this module have been fired.final classThis event is being called after a module has been unloaded and the tasks with the lifecycleModuleLifeCycle.UNLOADEDof this module have been fired.