Uses of Interface
com.biglybt.core.download.DownloadManagerPieceListener
Packages that use DownloadManagerPieceListener
Package
Description
-
Uses of DownloadManagerPieceListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerPieceListenerModifier and TypeMethodDescriptionvoid
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 DownloadManagerPieceListenerModifier and TypeFieldDescriptionprivate final ListenerManager<DownloadManagerPieceListener>
DownloadManagerImpl.piece_listeners
(package private) static final ListenerManager<DownloadManagerPieceListener>
DownloadManagerImpl.piece_listeners_aggregator
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerPieceListenerModifier and TypeMethodDescriptionvoid
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 -
Uses of DownloadManagerPieceListener in com.biglybt.ui.swt.views.piece
Classes in com.biglybt.ui.swt.views.piece that implement DownloadManagerPieceListener