|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| 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(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 |
|---|
void pluginCreated(java.lang.String pluginName,
Plugin<?> plugin)
pluginName - the name of the created plugin.plugin - the plugin that was created.
void pluginDestroyed(java.lang.String pluginName,
Plugin<?> plugin)
pluginName - the name of the destroyed plugin.plugin - the plugin that was destroyed.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||