Uses of Interface
com.biglybt.core.pairing.PairingTestListener
-
Packages that use PairingTestListener Package Description com.biglybt.core.pairing com.biglybt.core.pairing.impl -
-
Uses of PairingTestListener in com.biglybt.core.pairing
Methods in com.biglybt.core.pairing with parameters of type PairingTestListener Modifier and Type Method Description PairingTest
PairingManager. testService(java.lang.String sid, PairingTestListener listener)
-
Uses of PairingTestListener in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl declared as PairingTestListener Modifier and Type Field Description private PairingTestListener
PairingManagerImpl.TestServiceImpl. listener
Methods in com.biglybt.core.pairing.impl with parameters of type PairingTestListener Modifier and Type Method Description PairingTest
PairingManagerImpl. testService(java.lang.String sid, PairingTestListener listener)
Constructors in com.biglybt.core.pairing.impl with parameters of type PairingTestListener Constructor Description TestServiceImpl(java.lang.String _sid, PairingTestListener _listener)
-