|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ResumeAfterPauseEvent
Annotation used for tagging applications to be resumed after a pause event. Please note that, the resume mechanism will work only if the AutomaticResumeBackgroundTask is started. For details see the Automatic Resume template application in the application examples.
| Optional Element Summary | |
|---|---|
boolean |
afterRepositioning
Boolean value, determines if the application shall be resumed after a pause event if it is in a REPOSITIONING state.Default value is false. |
long |
delay
Time before resume after a pause event. |
public abstract long delay
public abstract boolean afterRepositioning
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||