Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
state
The signal to send to the thread, true = continue running - false = stop running
|
private java.lang.Thread |
thread
The thread we have created
|
Constructor and Description |
---|
ThreadData(java.lang.Thread thread,
java.lang.Boolean state)
Creates a ThreadData object.
|
private java.lang.Thread thread
private java.lang.Boolean state