Uses of Interface
osdep.IDownloadListener

Packages that use IDownloadListener
osdep   
osdep.console   
 

Uses of IDownloadListener in osdep
 

Constructors in osdep with parameters of type IDownloadListener
Downloader(ProxyAuthenticationHandler authenticationHandler, IDownloadListener listener)
           
WebDownloader(IProxySource proxySource, IProxyAuthenticationSource authenticationSource, IConfigurationChooser externalConfigurationChooser, ISiteChooser siteChooser, IDownloadListener listener, ISystemProperties systemProperties)
          Constructor for WebDownloader
 

Uses of IDownloadListener in osdep.console
 

Classes in osdep.console that implement IDownloadListener
 class ConsoleDownloadListener
          When a file is downloading, reports all the derived events on the console.