Class ModulePostReloadEvent


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