public class ThreadCore extends Object implements Runnable
| Constructor and Description |
|---|
ThreadCore() |
| Modifier and Type | Method and Description |
|---|---|
Thread |
getThreadObject() |
boolean |
isRunnable() |
void |
restart(String threadName) |
void |
run() |
void |
setThreadObject(Thread obj) |
void |
start(String threadName) |
void |
stop() |
Copyright © 2012 DomoWare. All Rights Reserved.