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 TypeMethodDescriptionvoidLWSDownload.addTrackerListener(DownloadTrackerListener l) voidLWSDownload.addTrackerListener(DownloadTrackerListener l, boolean immediateTrigger) voidLWSDownload.removeTrackerListener(DownloadTrackerListener l) -
Uses of DownloadTrackerListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadTrackerListenerModifier and TypeMethodDescriptionvoidDownloadEventNotifier.addTrackerListener(DownloadTrackerListener l) Adds a listener that will be informed when the latest announce/scrape results change.voidDownloadEventNotifier.addTrackerListener(DownloadTrackerListener l, boolean immediateTrigger) Adds a listener that will be informed when the latest announce/scrape results change.voidDownloadEventNotifier.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 TypeMethodDescriptionvoidDownloadEventNotifierImpl.addTrackerListener(DownloadTrackerListener l) voidDownloadEventNotifierImpl.addTrackerListener(DownloadTrackerListener l, boolean immediateTrigger) voidDownloadImpl.addTrackerListener(DownloadTrackerListener l) voidDownloadImpl.addTrackerListener(DownloadTrackerListener l, boolean immediateTrigger) (package private) voidDownloadImpl.announceTrackerResultsToListener(DownloadTrackerListener l) voidDownloadEventNotifierImpl.removeTrackerListener(DownloadTrackerListener l) voidDownloadImpl.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 TypeMethodDescriptionvoidRPDownload.addTrackerListener(DownloadTrackerListener l) voidRPDownload.addTrackerListener(DownloadTrackerListener l, boolean immediateTrigger) voidRPDownload.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 classUpdate SeedingRank when a new scrape result comes in.Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadTrackerListenerModifier and TypeFieldDescriptionprivate DownloadTrackerListenerStartStopRulesDefaultPlugin.StartStopDMListener.download_tracker_listener -
Uses of DownloadTrackerListener in com.biglybt.plugin.tracker.dht
Classes in com.biglybt.plugin.tracker.dht that implement DownloadTrackerListener