Class ModulePostStopEvent
java.lang.Object
eu.cloudnetservice.driver.event.Event
eu.cloudnetservice.driver.event.events.module.ModuleEvent
eu.cloudnetservice.driver.event.events.module.ModulePostStopEvent
This event is being called after a module has been stopped and the tasks with the lifecycle
ModuleLifeCycle.STOPPED of this module have been fired. ModuleWrapper.moduleLifeCycle() is still ModuleLifeCycle.STARTED or ModuleLifeCycle.LOADED.- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionModulePostStopEvent(@NonNull ModuleProvider moduleProvider, @NonNull ModuleWrapper module) Constructs a new module post stop event. -
Method Summary
Methods inherited from class eu.cloudnetservice.driver.event.events.module.ModuleEvent
module, moduleProvider
-
Constructor Details
-
ModulePostStopEvent
public ModulePostStopEvent(@NonNull @NonNull ModuleProvider moduleProvider, @NonNull @NonNull ModuleWrapper module) Constructs a new module post stop event.- Parameters:
moduleProvider- the provider in which the module is loaded.module- the module which is associated with this event.- Throws:
NullPointerException- if either the provider or wrapper is null.
-