Uses of Interface
com.biglybt.core.tracker.client.TRTrackerAnnouncerListener
-
-
Uses of TRTrackerAnnouncerListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as TRTrackerAnnouncerListener Modifier and Type Field Description private TRTrackerAnnouncerListener
DownloadManagerImpl. tracker_client_listener
private TRTrackerAnnouncerListener
DownloadManagerImpl. tracker_client_stats_listener
-
Uses of TRTrackerAnnouncerListener in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client with parameters of type TRTrackerAnnouncerListener Modifier and Type Method Description void
TRTrackerAnnouncer. addListener(TRTrackerAnnouncerListener l)
void
TRTrackerAnnouncer. removeListener(TRTrackerAnnouncerListener l)
-
Uses of TRTrackerAnnouncerListener in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl with type parameters of type TRTrackerAnnouncerListener Modifier and Type Field Description protected ListenerManager<TRTrackerAnnouncerListener>
TRTrackerAnnouncerImpl. listeners
Methods in com.biglybt.core.tracker.client.impl with parameters of type TRTrackerAnnouncerListener Modifier and Type Method Description void
TRTrackerAnnouncerImpl. addListener(TRTrackerAnnouncerListener l)
void
TRTrackerAnnouncerImpl.Helper. addListener(TRTrackerAnnouncerListener l)
void
TRTrackerAnnouncerImpl.Helper. removeListener(TRTrackerAnnouncerListener l)
void
TRTrackerAnnouncerImpl. removeListener(TRTrackerAnnouncerListener l)
-
Uses of TRTrackerAnnouncerListener in com.biglybt.core.tracker.client.impl.bt
Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type TRTrackerAnnouncerListener Modifier and Type Method Description void
TRTrackerBTAnnouncerImpl. addListener(TRTrackerAnnouncerListener l)
void
TRTrackerBTAnnouncerImpl. removeListener(TRTrackerAnnouncerListener l)
-
Uses of TRTrackerAnnouncerListener in com.biglybt.core.tracker.client.impl.dht
Methods in com.biglybt.core.tracker.client.impl.dht with parameters of type TRTrackerAnnouncerListener Modifier and Type Method Description void
TRTrackerDHTAnnouncerImpl. addListener(TRTrackerAnnouncerListener l)
void
TRTrackerDHTAnnouncerImpl. removeListener(TRTrackerAnnouncerListener l)
-