com.atlassian.plugin.event.events
Class PluginModuleDisabledEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginModuleDisabledEvent
public class PluginModuleDisabledEvent
- extends Object
Event fired when a plugin module is disabled, which can also happen when its
plugin is disabled or uninstalled.
- See Also:
com.atlassian.plugin.event.events
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginModuleDisabledEvent
public PluginModuleDisabledEvent(ModuleDescriptor module,
boolean persistent)
getModule
public ModuleDescriptor getModule()
isPersistent
public boolean isPersistent()
- Returns:
true iff this disabling will be persistent, i.e. it is not a transient, such as for an
upgrade.- Since:
- 2.8.0
Copyright © 2013 Atlassian. All Rights Reserved.