Class ModulePostLoadEvent


public final class ModulePostLoadEvent extends ModuleEvent
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 Details