|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILifeCycle
An object that has a life-cycle:
created -> active -> destroyedWhen the object is created it is inactive. The
start()
method
activates it. The IDestroyable.destroy()
method destroys it.
Method Summary | |
---|---|
boolean |
isActive()
Determine if this life-cycle object is active. |
void |
start()
Activate (start) this object. |
Methods inherited from interface fulmine.IDestroyable |
---|
destroy |
Method Detail |
---|
void start()
This method may throw a RuntimeException
if it fails to activate
the object.
boolean isActive()
true
if the object is active
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |