|
SPFramework API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModule
Interface that classes should implement which are
available in the SPFRegistry
and need
a init and shutdown (when the programm is exited).
Field Summary | |
---|---|
static int |
STATUS_NOT_RUNNING
use this if the plugin is not running |
static int |
STATUS_RUNNING
use this if the plugin is running |
Method Summary | |
---|---|
void |
init()
Initialises the module. |
void |
shutdown()
shuts the module down. |
Field Detail |
---|
static final int STATUS_RUNNING
static final int STATUS_NOT_RUNNING
Method Detail |
---|
void init() throws Exception
Exception
void shutdown() throws Exception
Exception
|
SPFramework API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |