Uses of Interface
com.biglybt.pif.tracker.web.TrackerAuthenticationListener
-
Packages that use TrackerAuthenticationListener Package Description com.biglybt.pif.tracker.web com.biglybt.pifimpl.local.tracker com.biglybt.pifimpl.remote.tracker -
-
Uses of TrackerAuthenticationListener in com.biglybt.pif.tracker.web
Classes in com.biglybt.pif.tracker.web that implement TrackerAuthenticationListener Modifier and Type Class Description class
TrackerAuthenticationAdapter
Methods in com.biglybt.pif.tracker.web with parameters of type TrackerAuthenticationListener Modifier and Type Method Description void
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 TrackerAuthenticationListener Modifier and Type Field Description private java.util.List<TrackerAuthenticationListener>
TrackerImpl. auth_listeners
protected java.util.List<TrackerAuthenticationListener>
TrackerWebContextImpl. auth_listeners
Methods in com.biglybt.pifimpl.local.tracker with parameters of type TrackerAuthenticationListener Modifier and Type Method Description void
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 TrackerAuthenticationListener Modifier and Type Method Description void
RPTracker. addAuthenticationListener(TrackerAuthenticationListener l)
void
RPTracker. removeAuthenticationListener(TrackerAuthenticationListener l)
-