Uses of Interface
com.biglybt.core.download.DownloadManagerPeerListener
-
-
Uses of DownloadManagerPeerListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerPeerListener Modifier and Type Method Description void
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 DownloadManagerPeerListener Modifier and Type Field Description private ListenerManager<DownloadManagerPeerListener>
DownloadManagerImpl. peer_listeners
(package private) static ListenerManager<DownloadManagerPeerListener>
DownloadManagerImpl. peer_listeners_aggregator
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerPeerListener Modifier and Type Method Description void
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.impl Modifier and Type Interface Description private static interface
GlobalManagerFileMerger.DownloadManagerPeerListenerEx
-
Uses of DownloadManagerPeerListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as DownloadManagerPeerListener Modifier and Type Field Description private DownloadManagerPeerListener
TagDownloadWithState. peer_listener
-
Uses of DownloadManagerPeerListener in com.biglybt.pifimpl.local.disk
Classes in com.biglybt.pifimpl.local.disk that implement DownloadManagerPeerListener Modifier and Type Class Description class
DiskManagerChannelImpl
-
Uses of DownloadManagerPeerListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerPeerListener Modifier and Type Class Description private static class
PeersGraphicView.ManagerData
class
PeersSuperView
AllPeersViewclass
PeersView
View showing list of peers forDownloadManager
class
PiecesSuperView
class
PiecesView
Pieces List View -
Uses of DownloadManagerPeerListener in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement DownloadManagerPeerListener Modifier and Type Class Description class
ClientStatsView
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 Modifier and Type Class Description class
PieceInfoView
Piece Map View.
-