Package edu.internet2.ndt
Class Tcpbw100.TestWorker
java.lang.Object
edu.internet2.ndt.Tcpbw100.TestWorker
- All Implemented Interfaces:
Runnable
- Enclosing class:
- Tcpbw100
class Tcpbw100.TestWorker extends Object implements Runnable
Class to start tests in a thread. Starts by disabling all buttons, and
invokes the dottcp() method. This thread is stopped when the number of
tests that was configured to be run have all completed, or if the user
stops it by interrupting from the GUI. Once the tests have been run, the
buttons are enabled so that results can be viewed in detail.
-
Constructor Summary
Constructors Constructor Description TestWorker()
-
Method Summary
Modifier and Type Method Description void
run()
-
Constructor Details
-
TestWorker
TestWorker()
-
-
Method Details