-
public interface ProgressListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonProgress(long bytesWritten, long contentLength, boolean done)-
-
Method Detail
-
onProgress
abstract void onProgress(long bytesWritten, long contentLength, boolean done)
-
-
-
-