public class SimpleStarter extends java.lang.Object implements Starter
Starter that creates a new thread
for each invocation of start(Runnable).| Constructor and Description |
|---|
SimpleStarter() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(java.lang.Runnable runnable)
Start a runnable asynchronously.
|