Uses of Interface
com.biglybt.core.pairing.PairingManagerListener
-
Packages that use PairingManagerListener Package Description com.biglybt.core.pairing com.biglybt.core.pairing.impl com.biglybt.ui.swt.shells com.biglybt.ui.webplugin -
-
Uses of PairingManagerListener in com.biglybt.core.pairing
Methods in com.biglybt.core.pairing with parameters of type PairingManagerListener Modifier and Type Method Description void
PairingManager. addListener(PairingManagerListener l)
void
PairingManager. removeListener(PairingManagerListener l)
-
Uses of PairingManagerListener in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl with type parameters of type PairingManagerListener Modifier and Type Field Description private CopyOnWriteList<PairingManagerListener>
PairingManagerImpl. listeners
Methods in com.biglybt.core.pairing.impl with parameters of type PairingManagerListener Modifier and Type Method Description void
PairingManagerImpl. addListener(PairingManagerListener l)
void
PairingManagerImpl. getAccessCode(PairingManagerListener listener)
void
PairingManagerImpl. removeListener(PairingManagerListener l)
-
Uses of PairingManagerListener in com.biglybt.ui.swt.shells
Classes in com.biglybt.ui.swt.shells that implement PairingManagerListener Modifier and Type Class Description class
RemotePairingWindow
-
Uses of PairingManagerListener in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as PairingManagerListener Modifier and Type Field Description private PairingManagerListener
WebPlugin. pairing_listener
-