Uses of Interface
com.biglybt.pif.torrent.TorrentManagerListener
Packages that use TorrentManagerListener
Package
Description
-
Uses of TorrentManagerListener in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent with parameters of type TorrentManagerListenerModifier and TypeMethodDescriptionvoid
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 TorrentManagerListenerModifier and TypeFieldDescriptionprotected static CopyOnWriteList
<TorrentManagerListener> TorrentManagerImpl.listeners
Methods in com.biglybt.pifimpl.local.torrent with parameters of type TorrentManagerListenerModifier and TypeMethodDescriptionvoid
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 TorrentManagerListenerModifier and TypeMethodDescriptionvoid
RPTorrentManager.addListener
(TorrentManagerListener l) void
RPTorrentManager.removeListener
(TorrentManagerListener l)