Uses of Interface
com.biglybt.pif.download.DownloadTrackerListener
Packages that use DownloadTrackerListener
Package
Description
-
Uses of DownloadTrackerListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadTrackerListenerModifier and TypeMethodDescriptionvoid
LWSDownload.addTrackerListener
(DownloadTrackerListener l) void
LWSDownload.addTrackerListener
(DownloadTrackerListener l, boolean immediateTrigger) void
LWSDownload.removeTrackerListener
(DownloadTrackerListener l) -
Uses of DownloadTrackerListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadTrackerListenerModifier and TypeMethodDescriptionvoid
DownloadEventNotifier.addTrackerListener
(DownloadTrackerListener l) Adds a listener that will be informed when the latest announce/scrape results change.void
DownloadEventNotifier.addTrackerListener
(DownloadTrackerListener l, boolean immediateTrigger) Adds a listener that will be informed when the latest announce/scrape results change.void
DownloadEventNotifier.removeTrackerListener
(DownloadTrackerListener l) Removes a listener object added via theDownloadEventNotifier.addTrackerListener(DownloadTrackerListener)
orDownloadEventNotifier.addTrackerListener(DownloadTrackerListener, boolean)
method. -
Uses of DownloadTrackerListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadTrackerListenerMethods in com.biglybt.pifimpl.local.download with parameters of type DownloadTrackerListenerModifier and TypeMethodDescriptionvoid
DownloadEventNotifierImpl.addTrackerListener
(DownloadTrackerListener l) void
DownloadEventNotifierImpl.addTrackerListener
(DownloadTrackerListener l, boolean immediateTrigger) void
DownloadImpl.addTrackerListener
(DownloadTrackerListener l) void
DownloadImpl.addTrackerListener
(DownloadTrackerListener l, boolean immediateTrigger) (package private) void
DownloadImpl.announceTrackerResultsToListener
(DownloadTrackerListener l) void
DownloadEventNotifierImpl.removeTrackerListener
(DownloadTrackerListener l) void
DownloadImpl.removeTrackerListener
(DownloadTrackerListener l) -
Uses of DownloadTrackerListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadTrackerListenerModifier and TypeMethodDescriptionvoid
RPDownload.addTrackerListener
(DownloadTrackerListener l) void
RPDownload.addTrackerListener
(DownloadTrackerListener l, boolean immediateTrigger) void
RPDownload.removeTrackerListener
(DownloadTrackerListener l) -
Uses of DownloadTrackerListener in com.biglybt.plugin.startstoprules.always
Classes in com.biglybt.plugin.startstoprules.always that implement DownloadTrackerListener -
Uses of DownloadTrackerListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement DownloadTrackerListenerModifier and TypeClassDescriptionprivate class
Update SeedingRank when a new scrape result comes in.Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadTrackerListenerModifier and TypeFieldDescriptionprivate DownloadTrackerListener
StartStopRulesDefaultPlugin.StartStopDMListener.download_tracker_listener
-
Uses of DownloadTrackerListener in com.biglybt.plugin.tracker.dht
Classes in com.biglybt.plugin.tracker.dht that implement DownloadTrackerListener