FileDocCategorySizeDatePackage
DownloadTrackerListener.javaAPI DocAzureus 3.0.3.42115Thu Dec 01 01:04:18 GMT 2005org.gudy.azureus2.plugins.download

DownloadTrackerListener

public interface DownloadTrackerListener
A listener that will be informed when the latest announce/scrape results change. See {@link org.gudy.azureus2.plugins.download#addTrackerListener}
author
parg
author
TuxPaper 2005/Oct/01: JavaDocs & reformat to Java Conventions w/Tabs

Fields Summary
Constructors Summary
Methods Summary
public voidannounceResult(DownloadAnnounceResult result)
An announce result has been returned from the tracker

param
result Information about the announce
since
2.0.7.0

public voidscrapeResult(DownloadScrapeResult result)
A scrape result has been returned from a tracker

param
result Information about the scrape
since
2.0.7.0
note
If an announce result is returned from the tracker contains seed and non-seed (peer) counts, a new DownloadScrapeResult will be created with the new information, and a scrapeResult will be triggered.

The DownloadScrapeResult isn't always information from the currently selected tracker. Compare result.getURL() with getDownload().getTorrent().getAnnounceURL() to determine if it's from the currently selected tracker.