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 TypeMethodDescriptionvoid
announceResult
(DownloadAnnounceResult result) An announce result has been returned from the trackervoid
scrapeResult
(DownloadScrapeResult result) A scrape result has been returned from a tracker
-
Constructor Details
-
StartStopDMTrackerListener
private StartStopDMTrackerListener()
-
-
Method Details
-
scrapeResult
Description copied from interface:DownloadTrackerListener
A scrape result has been returned from a tracker- Specified by:
scrapeResult
in interfaceDownloadTrackerListener
- Parameters:
result
- Information about the scrape
-
announceResult
Description copied from interface:DownloadTrackerListener
An announce result has been returned from the tracker- Specified by:
announceResult
in interfaceDownloadTrackerListener
- Parameters:
result
- Information about the announce
-