Class ModulePreUnloadEvent


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