Uses of Interface
com.biglybt.core.download.DownloadManagerPeerListener
Packages that use DownloadManagerPeerListener
Package
Description
-
Uses of DownloadManagerPeerListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerPeerListenerModifier and TypeMethodDescriptionvoid
DownloadManager.addPeerListener
(DownloadManagerPeerListener listener) void
DownloadManager.addPeerListener
(DownloadManagerPeerListener listener, boolean bDispatchForExisting) void
DownloadManager.removePeerListener
(DownloadManagerPeerListener listener) -
Uses of DownloadManagerPeerListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type DownloadManagerPeerListenerModifier and TypeFieldDescriptionprivate final ListenerManager<DownloadManagerPeerListener>
DownloadManagerImpl.peer_listeners
(package private) static final ListenerManager<DownloadManagerPeerListener>
DownloadManagerImpl.peer_listeners_aggregator
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerPeerListenerModifier and TypeMethodDescriptionvoid
DownloadManagerImpl.addPeerListener
(DownloadManagerPeerListener listener) void
DownloadManagerImpl.addPeerListener
(DownloadManagerPeerListener listener, boolean bDispatchForExisting) void
DownloadManagerImpl.removePeerListener
(DownloadManagerPeerListener listener) -
Uses of DownloadManagerPeerListener in com.biglybt.core.global.impl
Subinterfaces of DownloadManagerPeerListener in com.biglybt.core.global.implModifier and TypeInterfaceDescriptionprivate static interface
-
Uses of DownloadManagerPeerListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as DownloadManagerPeerListenerModifier and TypeFieldDescriptionprivate final DownloadManagerPeerListener
TagDownloadWithState.peer_listener
-
Uses of DownloadManagerPeerListener in com.biglybt.pifimpl.local.disk
Classes in com.biglybt.pifimpl.local.disk that implement DownloadManagerPeerListener -
Uses of DownloadManagerPeerListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerPeerListenerModifier and TypeClassDescriptionprivate class
class
AllPeersViewclass
View showing list of peers forDownloadManager
private class
class
class
Pieces List View -
Uses of DownloadManagerPeerListener in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement DownloadManagerPeerListenerModifier and TypeClassDescriptionclass
This view needs to be reworked so that the data collection is separate from UI -
Uses of DownloadManagerPeerListener in com.biglybt.ui.swt.views.piece
Classes in com.biglybt.ui.swt.views.piece that implement DownloadManagerPeerListener