Uses of Interface
com.biglybt.pif.download.DownloadAttributeListener
Packages that use DownloadAttributeListener
Package
Description
-
Uses of DownloadAttributeListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadAttributeListenerModifier and TypeMethodDescriptionvoid
LWSDownload.addAttributeListener
(DownloadAttributeListener l, TorrentAttribute attr, int event_type) void
LWSDownload.removeAttributeListener
(DownloadAttributeListener l, TorrentAttribute attr, int event_type) -
Uses of DownloadAttributeListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadAttributeListenerModifier and TypeMethodDescriptionvoid
DownloadEventNotifier.addAttributeListener
(DownloadAttributeListener l, TorrentAttribute attr, int event_type) Adds a listener that will be informed of when attributes on a download have been read / modified.void
DownloadEventNotifier.removeAttributeListener
(DownloadAttributeListener l, TorrentAttribute attr, int event_type) Removes a listener object added via themethod.
-
Uses of DownloadAttributeListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadAttributeListenerMethods in com.biglybt.pifimpl.local.download with parameters of type DownloadAttributeListenerModifier and TypeMethodDescriptionvoid
DownloadEventNotifierImpl.addAttributeListener
(DownloadAttributeListener listener, TorrentAttribute ta, int event_type) void
DownloadImpl.addAttributeListener
(DownloadAttributeListener listener, TorrentAttribute attr, int event_type) void
DownloadEventNotifierImpl.removeAttributeListener
(DownloadAttributeListener listener, TorrentAttribute ta, int event_type) void
DownloadImpl.removeAttributeListener
(DownloadAttributeListener listener, TorrentAttribute attr, int event_type) -
Uses of DownloadAttributeListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadAttributeListenerModifier and TypeMethodDescriptionvoid
RPDownload.addAttributeListener
(DownloadAttributeListener l, TorrentAttribute a, int e) void
RPDownload.removeAttributeListener
(DownloadAttributeListener l, TorrentAttribute a, int e) -
Uses of DownloadAttributeListener in com.biglybt.plugin.tracker.dht
Classes in com.biglybt.plugin.tracker.dht that implement DownloadAttributeListener