|
JPF 1.5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.java.plugin.PluginManager.EventListenerAdapter
public abstract static class PluginManager.EventListenerAdapter
An abstract adapter class for receiving plug-ins life-cycle events. The methods in this class are empty. This class exists as convenience for creating listener objects.
| Constructor Summary | |
|---|---|
PluginManager.EventListenerAdapter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginManager.EventListenerAdapter()
| Method Detail |
|---|
public void pluginActivated(Plugin plugin)
PluginManager.EventListener
pluginActivated in interface PluginManager.EventListenerplugin - just activated plug-inPluginManager.EventListener.pluginActivated(
org.java.plugin.Plugin)public void pluginDeactivated(Plugin plugin)
PluginManager.EventListener
pluginDeactivated in interface PluginManager.EventListenerplugin - plug-in to be deactivatedPluginManager.EventListener.pluginDeactivated(
org.java.plugin.Plugin)public void pluginDisabled(PluginDescriptor descriptor)
PluginManager.EventListener
pluginDisabled in interface PluginManager.EventListenerdescriptor - descriptor of plug-in to be disabledPluginManager.EventListener.pluginDisabled(
org.java.plugin.registry.PluginDescriptor)public void pluginEnabled(PluginDescriptor descriptor)
PluginManager.EventListener
pluginEnabled in interface PluginManager.EventListenerdescriptor - descriptor of enabled plug-inPluginManager.EventListener.pluginEnabled(
org.java.plugin.registry.PluginDescriptor)
|
JPF 1.5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||