public interface PluginGadgetSpecEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
pluginGadgetSpecDisabled(PluginGadgetSpec pluginGadgetSpec)
Called when a gadget spec is disabled from a plugin.
|
void |
pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
Called when a gadget spec is enabled from a plugin.
|
void pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
pluginGadgetSpec - the gadget spec that was enabled. Must not be null, or a NullPointerException will be thrown.NullPointerException - if pluginGadgetSpec is nullvoid pluginGadgetSpecDisabled(PluginGadgetSpec pluginGadgetSpec)
pluginGadgetSpec - the gadget spec that was enabled. Must not be null, or a NullPointerException will be thrown.NullPointerException - if pluginGadgetSpec is nullCopyright © 2024 Atlassian. All rights reserved.