Interface ProgressListener
public interface ProgressListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadUpdate(long bytesRead, long contentLength) voidwriteUpdate(long bytesWritten, long contentLength)
-
Method Details
-
readUpdate
void readUpdate(long bytesRead, long contentLength) -
writeUpdate
void writeUpdate(long bytesWritten, long contentLength)
-