public abstract class RConThreadBase extends Object implements Runnable
Modifier and Type | Method and Description |
---|---|
boolean |
isRunning()
Returns true if the Thread is running, false otherwise
|
void |
startThread()
Creates a new Thread object from this class and starts running
|