Uses of Interface
com.biglybt.core.download.DownloadManagerOptionsHandler.ParameterChangeListener
-
Packages that use DownloadManagerOptionsHandler.ParameterChangeListener Package Description com.biglybt.core.download com.biglybt.ui.swt.views -
-
Uses of DownloadManagerOptionsHandler.ParameterChangeListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerOptionsHandler.ParameterChangeListener Modifier and Type Method Description void
DownloadManagerOptionsHandler. addListener(DownloadManagerOptionsHandler.ParameterChangeListener listener)
void
DownloadManagerOptionsHandler. removeListener(DownloadManagerOptionsHandler.ParameterChangeListener listener)
-
Uses of DownloadManagerOptionsHandler.ParameterChangeListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerOptionsHandler.ParameterChangeListener Modifier and Type Class Description class
TorrentOptionsView
aka "Options" Tab in Torrent Details, and torrent view right click -> "Options/Info" when multiple selectedFields in com.biglybt.ui.swt.views with type parameters of type DownloadManagerOptionsHandler.ParameterChangeListener Modifier and Type Field Description private CopyOnWriteList<DownloadManagerOptionsHandler.ParameterChangeListener>
TorrentOptionsView.DMWrapper. listeners
Methods in com.biglybt.ui.swt.views with parameters of type DownloadManagerOptionsHandler.ParameterChangeListener Modifier and Type Method Description void
TorrentOptionsView.DMWrapper. addListener(DownloadManagerOptionsHandler.ParameterChangeListener listener)
void
TorrentOptionsView.DMWrapper. removeListener(DownloadManagerOptionsHandler.ParameterChangeListener listener)
-