com.atlassian.plugin.event.events
Class BeforePluginModuleDisabledEvent

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

public class BeforePluginModuleDisabledEvent
extends Object

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

See Also:
com.atlassian.plugin.event.events

Constructor Summary
BeforePluginModuleDisabledEvent(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

BeforePluginModuleDisabledEvent

public BeforePluginModuleDisabledEvent(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.


Copyright © 2015 Atlassian. All rights reserved.