Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServerListener2
-
Packages that use TRTrackerServerListener2 Package Description com.biglybt.core.tracker.host.impl com.biglybt.core.tracker.server com.biglybt.core.tracker.server.impl com.biglybt.pifimpl.local.tracker -
-
Uses of TRTrackerServerListener2 in com.biglybt.core.tracker.host.impl
Classes in com.biglybt.core.tracker.host.impl that implement TRTrackerServerListener2 Modifier and Type Class Description class
TRHostImpl
-
Uses of TRTrackerServerListener2 in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server with parameters of type TRTrackerServerListener2 Modifier and Type Method Description void
TRTrackerServer. addListener2(TRTrackerServerListener2 l)
void
TRTrackerServer. removeListener2(TRTrackerServerListener2 l)
-
Uses of TRTrackerServerListener2 in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl with type parameters of type TRTrackerServerListener2 Modifier and Type Field Description protected CopyOnWriteList<TRTrackerServerListener2>
TRTrackerServerImpl. listeners2
Methods in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerListener2 Modifier and Type Method Description void
TRTrackerServerImpl. addListener2(TRTrackerServerListener2 l)
void
TRTrackerServerImpl. removeListener2(TRTrackerServerListener2 l)
-
Uses of TRTrackerServerListener2 in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TRTrackerServerListener2 Modifier and Type Class Description class
TrackerWebContextImpl
-