|
JPF 1.5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PluginManager.EventListener
Plug-ins life-cycle events callback interface.
| 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. |
| Method Detail |
|---|
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-in
|
JPF 1.5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||