|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BackgroundTask
Interface describes a cancelable task started with BackgroundTaskManager. Such task can report its progress and can be found by ID.
BackgroundTaskManager| Method Summary | |
|---|---|
float |
getFraction()
|
java.util.concurrent.Future |
getFuture()
|
java.lang.String |
getId()
Task identifier, which was used when task were created |
java.lang.String |
getProgressText()
Get current progress text, which was set by ActivityProgress#setProgressText |
boolean |
isDone()
|
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getProgressText()
float getFraction()
java.util.concurrent.Future getFuture()
boolean isDone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||