Clearspace API (1.10.16) Core 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.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.