Interface DownloadTrackerListener
- All Known Implementing Classes:
DHTTrackerPlugin, DownloadEventNotifierImpl.DownloadTrackerNotifier, RunEverythingPlugin, StartStopRulesDefaultPlugin.StartStopDMTrackerListener
public interface DownloadTrackerListener
A listener that will be informed when the latest announce/scrape results
change. See
invalid reference
com.biglybt.pif.download#addTrackerListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidannounceResult(DownloadAnnounceResult result) An announce result has been returned from the trackervoidscrapeResult(DownloadScrapeResult result) A scrape result has been returned from a tracker
-
Method Details
-
scrapeResult
A scrape result has been returned from a tracker- Parameters:
result- Information about the scrape- Since:
- 2.0.7.0
-
announceResult
An announce result has been returned from the tracker- Parameters:
result- Information about the announce- Since:
- 2.0.7.0
-