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