Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServerFactoryListener
-
Packages that use TRTrackerServerFactoryListener Package Description com.biglybt.core.tracker.host.impl com.biglybt.core.tracker.server com.biglybt.core.tracker.server.impl -
-
Uses of TRTrackerServerFactoryListener in com.biglybt.core.tracker.host.impl
Classes in com.biglybt.core.tracker.host.impl that implement TRTrackerServerFactoryListener Modifier and Type Class Description class
TRHostImpl
-
Uses of TRTrackerServerFactoryListener in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server with parameters of type TRTrackerServerFactoryListener Modifier and Type Method Description static void
TRTrackerServerFactory. addListener(TRTrackerServerFactoryListener l)
static void
TRTrackerServerFactory. removeListener(TRTrackerServerFactoryListener l)
-
Uses of TRTrackerServerFactoryListener in com.biglybt.core.tracker.server.impl
Methods in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerFactoryListener Modifier and Type Method Description static void
TRTrackerServerFactoryImpl. addListener(TRTrackerServerFactoryListener l)
static void
TRTrackerServerFactoryImpl. removeListener(TRTrackerServerFactoryListener l)
-