Class StartStopRulesDefaultPlugin.StartStopDMTrackerListener
java.lang.Object
com.biglybt.plugin.startstoprules.defaultplugin.StartStopRulesDefaultPlugin.StartStopDMTrackerListener
- All Implemented Interfaces:
DownloadTrackerListener
- Enclosing class:
StartStopRulesDefaultPlugin
private class StartStopRulesDefaultPlugin.StartStopDMTrackerListener
extends Object
implements DownloadTrackerListener
Update SeedingRank when a new scrape result comes in.
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
StartStopDMTrackerListener
private StartStopDMTrackerListener()
-
-
Method Details
-
scrapeResult
Description copied from interface:DownloadTrackerListenerA scrape result has been returned from a tracker- Specified by:
scrapeResultin interfaceDownloadTrackerListener- Parameters:
result- Information about the scrape
-
announceResult
Description copied from interface:DownloadTrackerListenerAn announce result has been returned from the tracker- Specified by:
announceResultin interfaceDownloadTrackerListener- Parameters:
result- Information about the announce
-