public static interface PluginManager.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
pluginActivated(Plugin plugin)
This method will be called by the manager just after plug-in has been
successfully activated.
|
void |
pluginDeactivated(Plugin plugin)
This method will be called by the manager just before plug-in
deactivation.
|
void |
pluginDisabled(PluginDescriptor descriptor)
This method will be called by the manager just before plug-in
disabling.
|
void |
pluginEnabled(PluginDescriptor descriptor)
This method will be called by the manager just after plug-in
enabling.
|
void pluginActivated(Plugin plugin)
plugin - just activated plug-invoid pluginDeactivated(Plugin plugin)
plugin - plug-in to be deactivatedvoid pluginDisabled(PluginDescriptor descriptor)
descriptor - descriptor of plug-in to be disabledvoid pluginEnabled(PluginDescriptor descriptor)
descriptor - descriptor of enabled plug-inCopyright © 2016. All rights reserved.