public static interface Downloader.IDownlodListener
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CODE_ERROR |
static int |
CODE_SUCCESS |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OnProgress(int progress,
int total) |
void |
onResult(int code,
java.lang.String errorStr) |