|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Plugin
Interface that must be implemented by all Plugin main classes
Method Summary | |
---|---|
void |
close()
Plugin is being closed and should free resources etc if necessary. |
void |
init(PluginContext pc,
PluginLoadReporter status)
Plugin should store context for future use (if necessary) and register itself with events in which it has interest. |
Method Detail |
---|
void init(PluginContext pc, PluginLoadReporter status) throws GeneralException
pc
- Context for pluginstatus
- Load reporter to optionally display messages in splash
GeneralException
- Any errorvoid close() throws GeneralException
GeneralException
- Any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |