public abstract static class PluginManager.EventListenerAdapter extends java.lang.Object implements PluginManager.EventListener
| Constructor and Description |
|---|
PluginManager.EventListenerAdapter() |
| 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.
|
public void pluginActivated(Plugin plugin)
PluginManager.EventListenerpluginActivated in interface PluginManager.EventListenerplugin - just activated plug-inPluginManager.EventListener.pluginActivated(
org.java.plugin.Plugin)public void pluginDeactivated(Plugin plugin)
PluginManager.EventListenerpluginDeactivated in interface PluginManager.EventListenerplugin - plug-in to be deactivatedPluginManager.EventListener.pluginDeactivated(
org.java.plugin.Plugin)public void pluginDisabled(PluginDescriptor descriptor)
PluginManager.EventListenerpluginDisabled in interface PluginManager.EventListenerdescriptor - descriptor of plug-in to be disabledPluginManager.EventListener.pluginDisabled(
org.java.plugin.registry.PluginDescriptor)public void pluginEnabled(PluginDescriptor descriptor)
PluginManager.EventListenerpluginEnabled in interface PluginManager.EventListenerdescriptor - descriptor of enabled plug-inPluginManager.EventListener.pluginEnabled(
org.java.plugin.registry.PluginDescriptor)Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.