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 TypeMethodDescriptionvoidTorrentManager.addListener(TorrentManagerListener l) voidTorrentManager.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.listenersMethods in com.biglybt.pifimpl.local.torrent with parameters of type TorrentManagerListenerModifier and TypeMethodDescriptionvoidTorrentManagerImpl.addListener(TorrentManagerListener l) voidTorrentManagerImpl.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 TypeMethodDescriptionvoidRPTorrentManager.addListener(TorrentManagerListener l) voidRPTorrentManager.removeListener(TorrentManagerListener l)