Uses of Interface
com.biglybt.core.torrent.TOTorrentListener
Packages that use TOTorrentListener
Package
Description
-
Uses of TOTorrentListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type TOTorrentListenerModifier and TypeFieldDescription(package private) List
<TOTorrentListener> DownloadManagerStateImpl.CachedStateWrapper.pending_listeners
Methods in com.biglybt.core.download.impl with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionvoid
DownloadManagerStateImpl.CachedStateWrapper.addListener
(TOTorrentListener l) void
DownloadManagerStateImpl.CachedStateWrapper.removeListener
(TOTorrentListener l) -
Uses of TOTorrentListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionvoid
LWSTorrent.addListener
(TOTorrentListener l) void
LWSTorrent.removeListener
(TOTorrentListener l) -
Uses of TOTorrentListener in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TOTorrentListener -
Uses of TOTorrentListener in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionvoid
TOTorrent.addListener
(TOTorrentListener l) static void
TOTorrentFactory.addTorrentListener
(TOTorrentListener listener) void
TOTorrent.removeListener
(TOTorrentListener l) static void
TOTorrentFactory.removeTorrentListener
(TOTorrentListener listener) -
Uses of TOTorrentListener in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl with type parameters of type TOTorrentListenerModifier and TypeFieldDescriptionprivate static CopyOnWriteList
<TOTorrentListener> TOTorrentImpl.global_listeners
private List
<TOTorrentListener> TOTorrentImpl.listeners
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionstatic void
TOTorrentImpl.addGlobalListener
(TOTorrentListener listener) void
TOTorrentImpl.addListener
(TOTorrentListener l) static void
TOTorrentImpl.removeGlobalListener
(TOTorrentListener listener) void
TOTorrentImpl.removeListener
(TOTorrentListener l) -
Uses of TOTorrentListener in com.biglybt.core.tracker.alltrackers
Classes in com.biglybt.core.tracker.alltrackers that implement TOTorrentListener -
Uses of TOTorrentListener in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionvoid
TRHostExternalTorrent.addListener
(TOTorrentListener l) void
TRHostExternalTorrent.removeListener
(TOTorrentListener l) -
Uses of TOTorrentListener in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionvoid
TorrentUtils.torrentDelegate.addListener
(TOTorrentListener l) void
TorrentUtils.torrentDelegate.removeListener
(TOTorrentListener l)