Uses of Interface
com.biglybt.pif.tracker.web.TrackerAuthenticationListener
Packages that use TrackerAuthenticationListener
Package
Description
-
Uses of TrackerAuthenticationListener in com.biglybt.pif.tracker.web
Classes in com.biglybt.pif.tracker.web that implement TrackerAuthenticationListenerMethods in com.biglybt.pif.tracker.web with parameters of type TrackerAuthenticationListenerModifier and TypeMethodDescriptionvoidTrackerWebContext.addAuthenticationListener(TrackerAuthenticationListener l) voidTrackerWebContext.removeAuthenticationListener(TrackerAuthenticationListener l) -
Uses of TrackerAuthenticationListener in com.biglybt.pifimpl.local.tracker
Fields in com.biglybt.pifimpl.local.tracker with type parameters of type TrackerAuthenticationListenerModifier and TypeFieldDescriptionprivate List<TrackerAuthenticationListener> TrackerImpl.auth_listenersprotected List<TrackerAuthenticationListener> TrackerWebContextImpl.auth_listenersMethods in com.biglybt.pifimpl.local.tracker with parameters of type TrackerAuthenticationListenerModifier and TypeMethodDescriptionvoidTrackerImpl.addAuthenticationListener(TrackerAuthenticationListener l) voidTrackerWebContextImpl.addAuthenticationListener(TrackerAuthenticationListener l) voidTrackerImpl.removeAuthenticationListener(TrackerAuthenticationListener l) voidTrackerWebContextImpl.removeAuthenticationListener(TrackerAuthenticationListener l) -
Uses of TrackerAuthenticationListener in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker with parameters of type TrackerAuthenticationListenerModifier and TypeMethodDescriptionvoidRPTracker.addAuthenticationListener(TrackerAuthenticationListener l) void