Uses of Interface
com.biglybt.core.torrent.TOTorrentListener
-
-
Uses of TOTorrentListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type TOTorrentListener Modifier and Type Field Description (package private) java.util.List<TOTorrentListener>
DownloadManagerStateImpl.CachedStateWrapper. pending_listeners
Methods in com.biglybt.core.download.impl with parameters of type TOTorrentListener Modifier and Type Method Description void
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 TOTorrentListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
TagPropertyTrackerHandler
-
Uses of TOTorrentListener in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent with parameters of type TOTorrentListener Modifier and Type Method Description void
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 TOTorrentListener Modifier and Type Field Description private static CopyOnWriteList<TOTorrentListener>
TOTorrentImpl. global_listeners
private java.util.List<TOTorrentListener>
TOTorrentImpl. listeners
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentListener Modifier and Type Method Description static 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 Modifier and Type Class Description class
AllTrackersManagerImpl
-
Uses of TOTorrentListener in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl with parameters of type TOTorrentListener Modifier and Type Method Description void
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 TOTorrentListener Modifier and Type Method Description void
TorrentUtils.torrentDelegate. addListener(TOTorrentListener l)
void
TorrentUtils.torrentDelegate. removeListener(TOTorrentListener l)
-