Uses of Interface
com.biglybt.core.download.DownloadManagerPieceListener
-
Packages that use DownloadManagerPieceListener Package Description com.biglybt.core.download com.biglybt.core.download.impl com.biglybt.ui.swt.views com.biglybt.ui.swt.views.piece -
-
Uses of DownloadManagerPieceListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerPieceListener Modifier and Type Method Description void
DownloadManager. addPieceListener(DownloadManagerPieceListener listener)
void
DownloadManager. addPieceListener(DownloadManagerPieceListener listener, boolean bDispatchForExisting)
void
DownloadManager. removePieceListener(DownloadManagerPieceListener listener)
-
Uses of DownloadManagerPieceListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type DownloadManagerPieceListener Modifier and Type Field Description private ListenerManager<DownloadManagerPieceListener>
DownloadManagerImpl. piece_listeners
(package private) static ListenerManager<DownloadManagerPieceListener>
DownloadManagerImpl. piece_listeners_aggregator
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerPieceListener Modifier and Type Method Description void
DownloadManagerImpl. addPieceListener(DownloadManagerPieceListener listener)
void
DownloadManagerImpl. addPieceListener(DownloadManagerPieceListener listener, boolean bDispatchForExisting)
void
DownloadManagerImpl. removePieceListener(DownloadManagerPieceListener listener)
-
Uses of DownloadManagerPieceListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerPieceListener Modifier and Type Class Description class
PiecesSuperView
class
PiecesView
Pieces List View -
Uses of DownloadManagerPieceListener in com.biglybt.ui.swt.views.piece
Classes in com.biglybt.ui.swt.views.piece that implement DownloadManagerPieceListener Modifier and Type Class Description class
PieceInfoView
Piece Map View.
-