|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Lifecycle
Interface describing an object life cycle
Method Summary | |
---|---|
boolean |
isStarted()
This method returns whether the lifecycle is running or not. |
void |
start()
This method starts the lifecycle. |
void |
stop()
This method stops the lifecycle. |
Method Detail |
---|
void start() throws Exception
Exception
void stop() throws Exception
Exception
boolean isStarted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |