Uses of Interface
com.biglybt.core.download.DownloadManagerTPSListener
-
Packages that use DownloadManagerTPSListener Package Description com.biglybt.core.download com.biglybt.core.download.impl com.biglybt.ui.swt.views -
-
Uses of DownloadManagerTPSListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerTPSListener Modifier and Type Method Description void
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 DownloadManagerTPSListener Modifier and Type Field Description private java.util.List<DownloadManagerTPSListener>
DownloadManagerImpl. tps_listeners
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerTPSListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
TrackerView
aka "Sources" view
-