public class PluginModuleDisabledEvent extends Object
com.atlassian.plugin.event.events| Constructor and Description |
|---|
PluginModuleDisabledEvent(ModuleDescriptor<?> module,
boolean persistent) |
public PluginModuleDisabledEvent(ModuleDescriptor<?> module, boolean persistent)
public ModuleDescriptor<?> getModule()
public boolean isPersistent()
true if this disabling will be persistent, i.e. it is not a transient, such as for an
upgrade.Copyright © 2014 Atlassian. All rights reserved.