org.gudy.azureus2.plugins.download
Interface DownloadTrackerListener

All Known Implementing Classes:
DHTTrackerPlugin, DownloadEventNotifierImpl.DownloadTrackerNotifier, RunEverythingPlugin

public interface DownloadTrackerListener

A listener that will be informed when the latest announce/scrape results change. See org.gudy.azureus2.plugins.download#addTrackerListener

Author:
parg, TuxPaper 2005/Oct/01: JavaDocs & reformat to Java Conventions w/Tabs

Method Summary
 void announceResult(DownloadAnnounceResult result)
          An announce result has been returned from the tracker
 void scrapeResult(DownloadScrapeResult result)
          A scrape result has been returned from a tracker
 

Method Detail

scrapeResult

void scrapeResult(DownloadScrapeResult result)
A scrape result has been returned from a tracker

Parameters:
result - Information about the scrape
Since:
2.0.7.0

announceResult

void announceResult(DownloadAnnounceResult result)
An announce result has been returned from the tracker

Parameters:
result - Information about the announce
Since:
2.0.7.0