public class WorkingThread
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkingThread.Data |
private class |
WorkingThread.ThreadMng |
Modifier and Type | Field and Description |
---|---|
private WorkingThread.Data |
data |
(package private) WorkingThread.ThreadMng |
theThreadMng |
private java.lang.Runnable |
theThreadRun
The thread functionality.
|
Constructor and Description |
---|
WorkingThread() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
start()
Start of the thread, should be called initially if the application is built completely.
|
(package private) void |
step() |
(package private) void |
terminate()
Terminate the thread for ever, should be called on termination of the application.
|
private final WorkingThread.Data data
private java.lang.Runnable theThreadRun
WorkingThread.ThreadMng theThreadMng