public class ThreadCore extends Object implements Runnable
| Constructor and Description |
|---|
ThreadCore() |
| Modifier and Type | Method and Description |
|---|---|
Thread |
getThreadObject() |
boolean |
isRunnable() |
void |
restart() |
void |
run() |
void |
setThreadObject(Thread obj) |
void |
start() |
void |
stop() |