Package com.install4j.api.events
Interface InstallerDownloadEvent.DownloadProgressListener
-
- Enclosing class:
- InstallerDownloadEvent
public static interface InstallerDownloadEvent.DownloadProgressListener
A listener that is informed about the progress of a download. This listener is registered on the event withInstallerDownloadEvent.addDownloadProgressListener(com.install4j.api.events.InstallerDownloadEvent.DownloadProgressListener)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
downloadCompleted(long bytes)
Indicates download progress.
-