|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the main plugin interface. This interface MUST be implemented by all JBother plugins. The plugin MUST have a file called "plugin.properties" somewhere in the jar, and this file MUST define mainClass to be a class that implements this interface, or the plugin will not work
Method Summary | |
boolean |
init()
This method will be called on the mainClass of the plugin at load time. |
void |
unload()
This method will be called on the mainClass of the plugin to unload it. |
Method Detail |
public boolean init()
public void unload()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |