Uses of Interface
org.lastbamboo.common.download.DownloaderListener

Uses of DownloaderListener in org.lastbamboo.common.download
 

Methods in org.lastbamboo.common.download with parameters of type DownloaderListener
 void Downloader.addListener(DownloaderListener<StateT> listener)
          Adds a listener to be notified of events of this downloader.
 void AbstractDownloader.addListener(DownloaderListener<T> listener)
           
 void Downloader.removeListener(DownloaderListener<StateT> listener)
          Removes a listener that was being notified of events of this downloader.
 void AbstractDownloader.removeListener(DownloaderListener<T> listener)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.