Uses of Interface
com.biglybt.core.download.DownloadManagerTPSListener
Packages that use DownloadManagerTPSListener
Package
Description
-
Uses of DownloadManagerTPSListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerTPSListenerModifier and TypeMethodDescriptionvoid
DownloadManager.addTPSListener
(DownloadManagerTPSListener listener) void
DownloadManager.removeTPSListener
(DownloadManagerTPSListener listener) -
Uses of DownloadManagerTPSListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type DownloadManagerTPSListenerModifier and TypeFieldDescriptionprivate List
<DownloadManagerTPSListener> DownloadManagerImpl.tps_listeners
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerTPSListenerModifier and TypeMethodDescriptionvoid
DownloadManagerImpl.addTPSListener
(DownloadManagerTPSListener listener) void
DownloadManagerImpl.removeTPSListener
(DownloadManagerTPSListener listener) -
Uses of DownloadManagerTPSListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerTPSListener