Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServerListener2
Packages that use TRTrackerServerListener2
Package
Description
-
Uses of TRTrackerServerListener2 in com.biglybt.core.tracker.host.impl
Classes in com.biglybt.core.tracker.host.impl that implement TRTrackerServerListener2 -
Uses of TRTrackerServerListener2 in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server with parameters of type TRTrackerServerListener2Modifier and TypeMethodDescriptionvoidTRTrackerServer.addListener2(TRTrackerServerListener2 l) voidTRTrackerServer.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 TRTrackerServerListener2Modifier and TypeFieldDescriptionprotected final CopyOnWriteList<TRTrackerServerListener2> TRTrackerServerImpl.listeners2Methods in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerListener2Modifier and TypeMethodDescriptionvoidTRTrackerServerImpl.addListener2(TRTrackerServerListener2 l) voidTRTrackerServerImpl.removeListener2(TRTrackerServerListener2 l) -
Uses of TRTrackerServerListener2 in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TRTrackerServerListener2