public interface ProgressMonitor
Modifier and Type | Method and Description |
---|---|
void |
updateProgress(int bytesWritten,
int totalBytes)
Callback to notify the user as to the progress of the how many bytes have been sent.
|
void updateProgress(int bytesWritten, int totalBytes)
bytesWritten
- bytes currently writtentotalBytes
- total bytes to sendFileUtil.sendFileContents(String, ProgressMonitor)
© 2016 ZIH Corp. All Rights Reserved.