Public Member Functions | |
void | stopThread () |
Method used to set the variable stop. | |
boolean | isStopped () |
Method to find out if the thread was stoppted. | |
Package Attributes | |
boolean | stop = false |
Variable set to true when something attempts to stop this thread. |
The difference is that this thread keeps track if something tried to stop with thread by calling stop. The thread is responsible to check the variable stop regularly and terminate appropiately.
Definition at line 138 of file DaqDriverTest.java.