Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire.container
Interface PluginListener


public interface PluginListener

Allows for notifications that a plugin has been either created or destroyed.

Author:
Alexander Wenckus

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

pluginCreated

void pluginCreated(String pluginName,
                   Plugin plugin)
Called when a plugin has been created.

Parameters:
pluginName - the name of the created plugin.
plugin - the plugin that was created.

pluginDestroyed

void pluginDestroyed(String pluginName,
                     Plugin plugin)
Called when a plugin has been destroyed.

Parameters:
pluginName - the name of the destroyed plugin.
plugin - the plugin that was destroyed.

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.