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 TypeMethodDescriptionvoidLWSDownload.addPeerListener(DownloadPeerListener l) voidLWSDownload.removePeerListener(DownloadPeerListener l) -
Uses of DownloadPeerListener in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type DownloadPeerListenerModifier and TypeMethodDescriptionvoidDownloadEventNotifier.addPeerListener(DownloadPeerListener l) Adds a listener that will be informed of when peer managers have been added / removed for a download.voidDownloadEventNotifier.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 TypeMethodDescriptionvoidDownloadEventNotifierImpl.addPeerListener(DownloadPeerListener l) voidDownloadImpl.addPeerListener(DownloadPeerListener listener) voidDownloadEventNotifierImpl.removePeerListener(DownloadPeerListener l) voidDownloadImpl.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 TypeMethodDescriptionvoidRPDownload.addListener(DownloadPeerListener l) voidRPDownload.addPeerListener(DownloadPeerListener l) voidRPDownload.removeListener(DownloadPeerListener l) voidRPDownload.removePeerListener(DownloadPeerListener l) -
Uses of DownloadPeerListener in com.biglybt.plugin.net.buddy.tracker
Classes in com.biglybt.plugin.net.buddy.tracker that implement DownloadPeerListener