|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Suspendable
The Suspendable interface is used when a component will need to temporarily halt execution of a component. The execution may be halted so that you can reconfigure/ recompose/recontextualize component.
Method Summary | |
---|---|
void |
resume()
Resumes the component. |
void |
suspend()
Suspends the component. |
Method Detail |
---|
void suspend()
void resume()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |