|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BackgroundActivity
Your task should implement this interface if it should be runnable via BackgroundTaskManager
BackgroundTaskManager| Method Summary | |
|---|---|
void |
runIt(ActivityProgress progressIndicator)
Actual background process, to be implemented by user The process should call methods of progressIndicator to indicate its current status. |
| Method Detail |
|---|
void runIt(ActivityProgress progressIndicator)
progressIndicator - the context of the process, should be used to specify progress, textual status, and check whether the process should be cancelled
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||