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_listenersMethods in com.biglybt.core.download.impl with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionvoidDownloadManagerStateImpl.CachedStateWrapper.addListener(TOTorrentListener l) voidDownloadManagerStateImpl.CachedStateWrapper.removeListener(TOTorrentListener l) -
Uses of TOTorrentListener in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionvoidLWSTorrent.addListener(TOTorrentListener l) voidLWSTorrent.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 TypeMethodDescriptionvoidTOTorrent.addListener(TOTorrentListener l) static voidTOTorrentFactory.addTorrentListener(TOTorrentListener listener) voidTOTorrent.removeListener(TOTorrentListener l) static voidTOTorrentFactory.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_listenersprivate List<TOTorrentListener> TOTorrentImpl.listenersMethods in com.biglybt.core.torrent.impl with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionstatic voidTOTorrentImpl.addGlobalListener(TOTorrentListener listener) voidTOTorrentImpl.addListener(TOTorrentListener l) static voidTOTorrentImpl.removeGlobalListener(TOTorrentListener listener) voidTOTorrentImpl.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 TypeMethodDescriptionvoidTRHostExternalTorrent.addListener(TOTorrentListener l) voidTRHostExternalTorrent.removeListener(TOTorrentListener l) -
Uses of TOTorrentListener in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type TOTorrentListenerModifier and TypeMethodDescriptionvoidTorrentUtils.torrentDelegate.addListener(TOTorrentListener l) voidTorrentUtils.torrentDelegate.removeListener(TOTorrentListener l)