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 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:
getOutcomein interfacePairingTest
-
getErrorMessage
- Specified by:
getErrorMessagein interfacePairingTest
-
cancel
public void cancel()- Specified by:
cancelin interfacePairingTest
-