|
|
|||||||||
| 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()
|
void |
disposing()
Dispose is normally only allowed if the object has not been already disposed, and it is not started. |
boolean |
isStarted()
|
void |
removingComponent()
|
void |
starting()
Start is normally allowed if the object is constructed or already stopped. |
void |
stopped()
|
void |
stopping()
Stop is normally only allowed while the current container state is STARTED. |
| Method Detail |
|---|
void removingComponent()
void starting()
void stopping()
void stopped()
boolean isStarted()
void disposing()
void disposed()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||