public static interface IHttpManager.DownloadCallback extends java.io.Serializable
void
onCancel()
onError(java.lang.Exception e)
onFinish(java.io.File file)
onProgress(long progress, long total)
onStart(java.lang.String url)
void onStart(java.lang.String url)
url
void onProgress(long progress, long total)
progress
total
void onFinish(java.io.File file)
file
void onError(java.lang.Exception e)
e
void onCancel()