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 TypeMethodDescriptionvoidDownloadManager.addPieceListener(DownloadManagerPieceListener listener) voidDownloadManager.addPieceListener(DownloadManagerPieceListener listener, boolean bDispatchForExisting) voidDownloadManager.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_aggregatorMethods in com.biglybt.core.download.impl with parameters of type DownloadManagerPieceListenerModifier and TypeMethodDescriptionvoidDownloadManagerImpl.addPieceListener(DownloadManagerPieceListener listener) voidDownloadManagerImpl.addPieceListener(DownloadManagerPieceListener listener, boolean bDispatchForExisting) voidDownloadManagerImpl.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