Package com.biglybt.core.pairing
Interface PairingTestListener
-
public interface PairingTestListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
testComplete(PairingTest test)
void
testStarted(PairingTest test)
-
-
-
Method Detail
-
testStarted
void testStarted(PairingTest test)
-
testComplete
void testComplete(PairingTest test)
-
-