Class DownloadEventNotifierImpl.DownloadTrackerNotifier
java.lang.Object
com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.DownloadTrackerNotifier
- All Implemented Interfaces:
DownloadManagerListener
,DownloadTrackerListener
- Enclosing class:
- DownloadEventNotifierImpl
public class DownloadEventNotifierImpl.DownloadTrackerNotifier
extends DownloadEventNotifierImpl.BaseDownloadListener
implements DownloadTrackerListener
-
Field Summary
FieldsFields inherited from class com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
listeners
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
announceResult
(DownloadAnnounceResult result) An announce result has been returned from the trackervoid
downloadAdded
(Download download) void
downloadRemoved
(Download download) void
scrapeResult
(DownloadScrapeResult result) A scrape result has been returned from a trackerMethods inherited from class com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
addListener, removeListener
-
Field Details
-
instant_notify
private boolean instant_notify
-
-
Constructor Details
-
DownloadTrackerNotifier
public DownloadTrackerNotifier(boolean instant_notify)
-
-
Method Details
-
downloadAdded
- Specified by:
downloadAdded
in interfaceDownloadManagerListener
-
downloadRemoved
- Specified by:
downloadRemoved
in interfaceDownloadManagerListener
-
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
-