Get.DownloadProgress
public static class Get.VerboseProgress extends java.lang.Object implements Get.DownloadProgress
Constructor | Description |
---|---|
VerboseProgress(java.io.PrintStream out) |
Construct a verbose progress reporter.
|
Modifier and Type | Method | Description |
---|---|---|
void |
beginDownload() |
begin a download
|
void |
endDownload() |
end a download
|
void |
onTick() |
tick handler
|
public VerboseProgress(java.io.PrintStream out)
out
- the output stream.public void beginDownload()
beginDownload
in interface Get.DownloadProgress
public void onTick()
onTick
in interface Get.DownloadProgress
public void endDownload()
endDownload
in interface Get.DownloadProgress