com.atlassian.plugin.event.events
Class PluginModuleDisabledEvent

java.lang.Object
  extended by com.atlassian.plugin.event.events.PluginModuleDisabledEvent

public class PluginModuleDisabledEvent
extends java.lang.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

Constructor Summary
PluginModuleDisabledEvent(ModuleDescriptor<?> module, boolean persistent)
           
 
Method Summary
 ModuleDescriptor<?> getModule()
           
 boolean isPersistent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginModuleDisabledEvent

public PluginModuleDisabledEvent(ModuleDescriptor<?> module,
                                 boolean persistent)
Method Detail

getModule

public ModuleDescriptor<?> getModule()

isPersistent

public boolean isPersistent()
Returns:
true if 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.