Uses of Interface
com.biglybt.core.tracker.client.TRTrackerAnnouncerFactoryListener
-
Packages that use TRTrackerAnnouncerFactoryListener Package Description com.biglybt.core.tracker.client com.biglybt.core.tracker.client.impl com.biglybt.core.tracker.host.impl -
-
Uses of TRTrackerAnnouncerFactoryListener in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client with parameters of type TRTrackerAnnouncerFactoryListener Modifier and Type Method Description static void
TRTrackerAnnouncerFactory. addListener(TRTrackerAnnouncerFactoryListener l)
static void
TRTrackerAnnouncerFactory. removeListener(TRTrackerAnnouncerFactoryListener l)
-
Uses of TRTrackerAnnouncerFactoryListener in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl with type parameters of type TRTrackerAnnouncerFactoryListener Modifier and Type Field Description protected static java.util.List<TRTrackerAnnouncerFactoryListener>
TRTrackerAnnouncerFactoryImpl. listeners
Methods in com.biglybt.core.tracker.client.impl with parameters of type TRTrackerAnnouncerFactoryListener Modifier and Type Method Description static void
TRTrackerAnnouncerFactoryImpl. addListener(TRTrackerAnnouncerFactoryListener l)
static void
TRTrackerAnnouncerFactoryImpl. removeListener(TRTrackerAnnouncerFactoryListener l)
-
Uses of TRTrackerAnnouncerFactoryListener in com.biglybt.core.tracker.host.impl
Classes in com.biglybt.core.tracker.host.impl that implement TRTrackerAnnouncerFactoryListener Modifier and Type Class Description class
TRHostImpl
-