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 TypeMethodDescriptionvoid
TrackerWebContext.addAuthenticationListener
(TrackerAuthenticationListener l) void
TrackerWebContext.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_listeners
protected List<TrackerAuthenticationListener>
TrackerWebContextImpl.auth_listeners
Methods in com.biglybt.pifimpl.local.tracker with parameters of type TrackerAuthenticationListenerModifier and TypeMethodDescriptionvoid
TrackerImpl.addAuthenticationListener
(TrackerAuthenticationListener l) void
TrackerWebContextImpl.addAuthenticationListener
(TrackerAuthenticationListener l) void
TrackerImpl.removeAuthenticationListener
(TrackerAuthenticationListener l) void
TrackerWebContextImpl.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 TypeMethodDescriptionvoid
RPTracker.addAuthenticationListener
(TrackerAuthenticationListener l) void