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 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,
String activity)
- Specified by:
reportActivity
in interface ResourceDownloaderListener
completed
public boolean completed(ResourceDownloader downloader,
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