public static interface InstallerDownloadEvent.DownloadProgressListener
A listener that is informed about the progress of a download.
This listener is registered on the event with
InstallerDownloadEvent.addDownloadProgressListener(com.install4j.api.events.InstallerDownloadEvent.DownloadProgressListener)
.
Method Summary | |
---|---|
void |
downloadCompleted(long bytes)
Indicates download progress. |
Method Detail |
---|
void downloadCompleted(long bytes)
bytes
- how many bytes have been downloaded so far.