|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.event.events.PluginModuleDisabledEvent
public class PluginModuleDisabledEvent
Event fired when a plugin module is disabled, which can also happen when its plugin is disabled or uninstalled.
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 |
|---|
public PluginModuleDisabledEvent(ModuleDescriptor module,
boolean persistent)
| Method Detail |
|---|
public ModuleDescriptor getModule()
public boolean isPersistent()
true iff this disabling will be persistent, i.e. it is not a transient, such as for an
upgrade.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||