Uses of Interface
com.biglybt.pif.download.DownloadAttributeListener
-
Packages that use DownloadAttributeListener Package Description com.biglybt.core.lws com.biglybt.pif.download com.biglybt.pifimpl.local.download com.biglybt.pifimpl.remote.download com.biglybt.plugin.tracker.dht -
-
Uses of DownloadAttributeListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadAttributeListener Modifier and Type Method Description void
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 DownloadAttributeListener Modifier and Type Method Description void
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 DownloadAttributeListener Modifier and Type Class Description class
DownloadEventNotifierImpl.DownloadAttributeNotifier
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadAttributeListener Modifier and Type Method Description void
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 DownloadAttributeListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
DHTTrackerPlugin
-