Uses of Interface
com.biglybt.core.torrent.impl.TorrentOpenOptions.FileListener
-
Packages that use TorrentOpenOptions.FileListener Package Description com.biglybt.core.torrent.impl -
-
Uses of TorrentOpenOptions.FileListener in com.biglybt.core.torrent.impl
Subinterfaces of TorrentOpenOptions.FileListener in com.biglybt.core.torrent.impl Modifier and Type Interface Description static interface
TorrentOpenOptions.ParentDirChangedListener
Fields in com.biglybt.core.torrent.impl with type parameters of type TorrentOpenOptions.FileListener Modifier and Type Field Description private CopyOnWriteList<TorrentOpenOptions.FileListener>
TorrentOpenOptions. fileListeners
Methods in com.biglybt.core.torrent.impl with parameters of type TorrentOpenOptions.FileListener Modifier and Type Method Description void
TorrentOpenOptions. addListener(TorrentOpenOptions.FileListener l)
void
TorrentOpenOptions. removeListener(TorrentOpenOptions.FileListener l)
-