Uses of Interface
com.biglybt.pif.torrent.TorrentManagerListener
-
Packages that use TorrentManagerListener Package Description com.biglybt.pif.torrent com.biglybt.pifimpl.local.torrent com.biglybt.pifimpl.remote.torrent -
-
Uses of TorrentManagerListener in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent with parameters of type TorrentManagerListener Modifier and Type Method Description void
TorrentManager. addListener(TorrentManagerListener l)
void
TorrentManager. removeListener(TorrentManagerListener l)
-
Uses of TorrentManagerListener in com.biglybt.pifimpl.local.torrent
Fields in com.biglybt.pifimpl.local.torrent with type parameters of type TorrentManagerListener Modifier and Type Field Description protected static CopyOnWriteList<TorrentManagerListener>
TorrentManagerImpl. listeners
Methods in com.biglybt.pifimpl.local.torrent with parameters of type TorrentManagerListener Modifier and Type Method Description void
TorrentManagerImpl. addListener(TorrentManagerListener l)
void
TorrentManagerImpl. removeListener(TorrentManagerListener l)
-
Uses of TorrentManagerListener in com.biglybt.pifimpl.remote.torrent
Methods in com.biglybt.pifimpl.remote.torrent with parameters of type TorrentManagerListener Modifier and Type Method Description void
RPTorrentManager. addListener(TorrentManagerListener l)
void
RPTorrentManager. removeListener(TorrentManagerListener l)
-