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
public static class RemotePairingWindow.testPairingClass extends java.lang.Object implements PairingTest
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
curOutcome
(package private) java.lang.String[]
testErrs
(package private) int[]
testOutcomes
-
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 Constructor Description testPairingClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
java.lang.String
getErrorMessage()
int
getOutcome()
void
inc()
-
-
-
Method Detail
-
inc
public void inc()
-
getOutcome
public int getOutcome()
- Specified by:
getOutcome
in interfacePairingTest
-
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessage
in interfacePairingTest
-
cancel
public void cancel()
- Specified by:
cancel
in interfacePairingTest
-
-