Package com.biglybt.ui.swt.shells
Class RemotePairingWindow.testPairingClass
java.lang.Object
com.biglybt.ui.swt.shells.RemotePairingWindow.testPairingClass
- All Implemented Interfaces:
PairingTest
- Enclosing class:
RemotePairingWindow
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) String[]
(package private) int[]
Fields inherited from interface com.biglybt.core.pairing.PairingTest
OT_CANCELLED, OT_FAILED, OT_PENDING, OT_SERVER_FAILED, OT_SERVER_OVERLOADED, OT_SERVER_UNAVAILABLE, OT_SUCCESS
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
curOutcome
int curOutcome -
testOutcomes
int[] testOutcomes -
testErrs
String[] testErrs
-
-
Constructor Details
-
testPairingClass
public testPairingClass()
-
-
Method Details
-
inc
public void inc() -
getOutcome
public int getOutcome()- Specified by:
getOutcome
in interfacePairingTest
-
getErrorMessage
- Specified by:
getErrorMessage
in interfacePairingTest
-
cancel
public void cancel()- Specified by:
cancel
in interfacePairingTest
-