Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.plugin
Interface PluginListener


public interface PluginListener

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


Method Summary
 void pluginCreated(java.lang.String pluginName, Plugin plugin)
          Called when a plugin has been created.
 void pluginDestroyed(java.lang.String pluginName, Plugin plugin)
          Called when a plugin has been destroyed.
 

Method Detail

pluginCreated

void pluginCreated(java.lang.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(java.lang.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.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.