public static interface BaseDownloadTask.LifeCycleCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onBegin()
The task begin working.
|
void |
onIng()
The task is running, and during the downloading processing, when the status of the task
is changed will trigger to callback this method.
|
void |
onOver()
The task is end.
|