osdep
Interface IDownloadListener

All Known Implementing Classes:
ConsoleDownloadListener

public interface IDownloadListener

Can be used to log the events that happen downloading a file

Author:
SHZ Mar 11, 2008

Method Summary
 void downloadFinished(java.lang.String file)
          The downloading of the file is terminated
 void downloadStarted(java.lang.String file)
          The download of the given file is started
 void downloadStep(long bytesDownloaded)
          Another piece of the file has been downloaded
 

Method Detail

downloadStarted

void downloadStarted(java.lang.String file)
The download of the given file is started

Parameters:
file -

downloadStep

void downloadStep(long bytesDownloaded)
Another piece of the file has been downloaded


downloadFinished

void downloadFinished(java.lang.String file)
The downloading of the file is terminated

Parameters:
file -