|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleState
Current lifecycle state of the container.
Method Summary | |
---|---|
void |
disposed()
Turns the lifecycle state to completely disposed. |
void |
disposing()
Turns the lifecycle state to indicate that the dispose() process is being executed on the container. |
boolean |
isDisposed()
Checks if the current lifecycle is disposed. |
boolean |
isStarted()
Checks if current lifecycle is started. |
boolean |
isStopped()
Checks if the current lifecyle is stopped. |
void |
removingComponent()
Lifecycle state for when a component is being removed. |
void |
starting()
Start is normally allowed if the object is constructed or already stopped. |
void |
stopped()
Lifecycle state for when stop has been completed. |
void |
stopping()
Lifecycle state for when the container is being stopped. |
Method Detail |
---|
void removingComponent()
void starting()
void stopping()
void stopped()
boolean isStarted()
void disposing()
void disposed()
boolean isDisposed()
boolean isStopped()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |