public class

PluginModuleDisabledEvent

extends Object
java.lang.Object
   ↳ com.atlassian.plugin.event.events.PluginModuleDisabledEvent

Class Overview

Event fired when a plugin module is disabled, which can also happen when its plugin is disabled or uninstalled.

Summary

Public Constructors
PluginModuleDisabledEvent(ModuleDescriptor module, boolean persistent)
Public Methods
ModuleDescriptor getModule()
boolean isPersistent()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PluginModuleDisabledEvent (ModuleDescriptor module, boolean persistent)

Public Methods

public ModuleDescriptor getModule ()

public boolean isPersistent ()

Returns
  • true iff this disabling will be persistent, i.e. it is not a transient, such as for an upgrade.