Uses of Interface
com.biglybt.pif.download.DownloadTrackerListener
-
-
Uses of DownloadTrackerListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadTrackerListener Modifier and Type Method Description void
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 DownloadTrackerListener Modifier and Type Method Description void
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 DownloadTrackerListener Modifier and Type Class Description class
DownloadEventNotifierImpl.DownloadTrackerNotifier
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadTrackerListener Modifier and Type Method Description void
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 DownloadTrackerListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
RunEverythingPlugin
-
Uses of DownloadTrackerListener in com.biglybt.plugin.startstoprules.defaultplugin
Classes in com.biglybt.plugin.startstoprules.defaultplugin that implement DownloadTrackerListener Modifier and Type Class Description private class
StartStopRulesDefaultPlugin.StartStopDMTrackerListener
Update SeedingRank when a new scrape result comes in.Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadTrackerListener Modifier and Type Field Description private 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 Modifier and Type Class Description class
DHTTrackerPlugin
-