Uses of Interface
com.biglybt.pif.download.DownloadPeerListener
Packages that use DownloadPeerListener
Package
Description
-
Uses of DownloadPeerListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DownloadPeerListenerModifier and TypeMethodDescriptionvoid
LWSDownload.addPeerListener
(DownloadPeerListener l) void
LWSDownload.removePeerListener
(DownloadPeerListener l) -
Uses of DownloadPeerListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadPeerListenerModifier and TypeMethodDescriptionvoid
DownloadEventNotifier.addPeerListener
(DownloadPeerListener l) Adds a listener that will be informed of when peer managers have been added / removed for a download.void
DownloadEventNotifier.removePeerListener
(DownloadPeerListener l) Removes a listener object added via theDownloadEventNotifier.addPeerListener(DownloadPeerListener)
method. -
Uses of DownloadPeerListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadPeerListenerMethods in com.biglybt.pifimpl.local.download with parameters of type DownloadPeerListenerModifier and TypeMethodDescriptionvoid
DownloadEventNotifierImpl.addPeerListener
(DownloadPeerListener l) void
DownloadImpl.addPeerListener
(DownloadPeerListener listener) void
DownloadEventNotifierImpl.removePeerListener
(DownloadPeerListener l) void
DownloadImpl.removePeerListener
(DownloadPeerListener listener) -
Uses of DownloadPeerListener in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadPeerListenerModifier and TypeMethodDescriptionvoid
RPDownload.addListener
(DownloadPeerListener l) void
RPDownload.addPeerListener
(DownloadPeerListener l) void
RPDownload.removeListener
(DownloadPeerListener l) void
RPDownload.removePeerListener
(DownloadPeerListener l) -
Uses of DownloadPeerListener in com.biglybt.plugin.net.buddy.tracker
Classes in com.biglybt.plugin.net.buddy.tracker that implement DownloadPeerListener