org.gudy.azureus2.plugins.utils.resourcedownloader
Class ResourceDownloaderAdapter
java.lang.Object
  
org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderAdapter
- All Implemented Interfaces: 
 - ResourceDownloaderListener
 
- Direct Known Subclasses: 
 - UPnPImpl
 
public class ResourceDownloaderAdapter
- extends java.lang.Object
- implements ResourceDownloaderListener
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ResourceDownloaderAdapter
public ResourceDownloaderAdapter()
reportPercentComplete
public void reportPercentComplete(ResourceDownloader downloader,
                                  int percentage)
- Specified by:
 reportPercentComplete in interface ResourceDownloaderListener
 
 
reportAmountComplete
public void reportAmountComplete(ResourceDownloader downloader,
                                 long amount)
- Specified by:
 reportAmountComplete in interface ResourceDownloaderListener
 
 
reportActivity
public void reportActivity(ResourceDownloader downloader,
                           java.lang.String activity)
- Specified by:
 reportActivity in interface ResourceDownloaderListener
 
 
completed
public boolean completed(ResourceDownloader downloader,
                         java.io.InputStream data)
- Specified by:
 completed in interface ResourceDownloaderListener
 
- Returns:
 - return true if the completed download is OK. If false is returned then
 if there are alternative download sources they will be tried. If there are no
 other sources then the download will be "failed"
 
 
failed
public void failed(ResourceDownloader downloader,
                   ResourceDownloaderException e)
- Specified by:
 failed in interface ResourceDownloaderListener