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