|
Openfire 3.8.2 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PluginListener
Allows for notifications that a plugin has been either created or destroyed.
| Method Summary | |
|---|---|
void |
pluginCreated(String pluginName,
Plugin plugin)
Called when a plugin has been created. |
void |
pluginDestroyed(String pluginName,
Plugin plugin)
Called when a plugin has been destroyed. |
| Method Detail |
|---|
void pluginCreated(String pluginName,
Plugin plugin)
pluginName - the name of the created plugin.plugin - the plugin that was created.
void pluginDestroyed(String pluginName,
Plugin plugin)
pluginName - the name of the destroyed plugin.plugin - the plugin that was destroyed.
|
Openfire 3.8.2 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||