javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/downloader/DownloadListener.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    20 
    20 
    21 /**
    21 /**
    22  * Downloader will notify DownloadListener about download progress.
    22  * Downloader will notify DownloadListener about download progress.
    23  * Note that Downloader will ignore all exceptions thrown from
    23  * Note that Downloader will ignore all exceptions thrown from
    24  * DownloadListener callback methods.
    24  * DownloadListener callback methods.
    25  *
       
    26  * @author Nokia Corporation
       
    27  * @version $Rev: 0 $ $Date$
       
    28  */
    25  */
    29 public interface DownloadListener
    26 public interface DownloadListener
    30 {
    27 {
    31 
    28 
    32     /** Download has started. */
    29     /** Download has started. */