Uses of Interface
com.biglybt.core.tracker.host.TRHostAuthenticationListener
-
Packages that use TRHostAuthenticationListener Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.pifimpl.local.tracker -
-
Uses of TRHostAuthenticationListener in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host with parameters of type TRHostAuthenticationListener Modifier and Type Method Description void
TRHost. addAuthenticationListener(TRHostAuthenticationListener l)
void
TRHost. removeAuthenticationListener(TRHostAuthenticationListener l)
-
Uses of TRHostAuthenticationListener in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl with type parameters of type TRHostAuthenticationListener Modifier and Type Field Description private java.util.List<TRHostAuthenticationListener>
TRHostImpl. auth_listeners
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostAuthenticationListener Modifier and Type Method Description void
TRHostImpl. addAuthenticationListener(TRHostAuthenticationListener l)
void
TRHostImpl. removeAuthenticationListener(TRHostAuthenticationListener l)
-
Uses of TRHostAuthenticationListener in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TRHostAuthenticationListener Modifier and Type Class Description class
TrackerImpl
class
TrackerWCHelper
class
TrackerWebContextImpl
-