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 TypeMethodDescriptionvoidLWSDownload.addAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type) voidLWSDownload.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 TypeMethodDescriptionvoidDownloadEventNotifier.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.voidDownloadEventNotifier.removeAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type) -
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 TypeMethodDescriptionvoidDownloadEventNotifierImpl.addAttributeListener(DownloadAttributeListener listener, TorrentAttribute ta, int event_type) voidDownloadImpl.addAttributeListener(DownloadAttributeListener listener, TorrentAttribute attr, int event_type) voidDownloadEventNotifierImpl.removeAttributeListener(DownloadAttributeListener listener, TorrentAttribute ta, int event_type) voidDownloadImpl.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 TypeMethodDescriptionvoidRPDownload.addAttributeListener(DownloadAttributeListener l, TorrentAttribute a, int e) voidRPDownload.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