Interface ProgressListener
-
public interface ProgressListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
readUpdate(long bytesRead, long contentLength)
void
writeUpdate(long bytesWritten, long contentLength)
-