Class ModulePostUnloadEvent


public final class ModulePostUnloadEvent 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 still ModuleLifeCycle.UNUSABLE.
Since:
4.0
  • Constructor Details