install4j API documentation


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 with InstallerDownloadEvent.addDownloadProgressListener(com.install4j.api.events.InstallerDownloadEvent.DownloadProgressListener).


Method Summary
 void downloadCompleted(long bytes)
          Indicates download progress.
 

Method Detail

downloadCompleted

void downloadCompleted(long bytes)
Indicates download progress.

Parameters:
bytes - how many bytes have been downloaded so far.