Class ModulePostStartEvent


public final class ModulePostStartEvent extends ModuleEvent
This event is being called after a module has been started and the tasks with the lifecycle ModuleLifeCycle.STARTED of this module have been fired. ModuleWrapper.moduleLifeCycle() is still ModuleLifeCycle.LOADED or ModuleLifeCycle.STOPPED.
Since:
4.0
  • Constructor Details