Class ModulePostReloadEvent
java.lang.Object
eu.cloudnetservice.driver.event.Event
eu.cloudnetservice.driver.event.events.module.ModuleEvent
eu.cloudnetservice.driver.event.events.module.ModulePostReloadEvent
This event is being called after a module has been reloaded and the tasks with the lifecycle
ModuleLifeCycle.RELOADING of this module have been fired. ModuleWrapper.moduleLifeCycle() is still ModuleLifeCycle.STARTED.- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionModulePostReloadEvent(@NonNull ModuleProvider moduleProvider, @NonNull ModuleWrapper module) Constructs a new module post reload event. -
Method Summary
Methods inherited from class ModuleEvent
module, moduleProvider
-
Constructor Details
-
ModulePostReloadEvent
public ModulePostReloadEvent(@NonNull @NonNull ModuleProvider moduleProvider, @NonNull @NonNull ModuleWrapper module) Constructs a new module post reload 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.
-