Uses of Interface
com.biglybt.core.util.TorrentUtils.PotentialTorrentDeletionListener
-
Packages that use TorrentUtils.PotentialTorrentDeletionListener Package Description com.biglybt.core.util com.biglybt.ui.swt.views com.biglybt.ui.swt.views.skin -
-
Uses of TorrentUtils.PotentialTorrentDeletionListener in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type TorrentUtils.PotentialTorrentDeletionListener Modifier and Type Field Description private static CopyOnWriteList<TorrentUtils.PotentialTorrentDeletionListener>
TorrentUtils. ptd_listeners
private static java.util.Map<TorrentUtils.PotentialTorrentDeletionListener,DownloadManager[]>
TorrentUtils. ptdl_last
Methods in com.biglybt.core.util with parameters of type TorrentUtils.PotentialTorrentDeletionListener Modifier and Type Method Description static void
TorrentUtils. addPotentialTorrentDeletionListener(TorrentUtils.PotentialTorrentDeletionListener l)
static void
TorrentUtils. removePotentialTorrentDeletionListener(TorrentUtils.PotentialTorrentDeletionListener l)
-
Uses of TorrentUtils.PotentialTorrentDeletionListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TorrentUtils.PotentialTorrentDeletionListener Modifier and Type Class Description class
MyTorrentsSubView
class
MyTorrentsView
Displays a list of torrents in a table view. -
Uses of TorrentUtils.PotentialTorrentDeletionListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TorrentUtils.PotentialTorrentDeletionListener Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
-