public interface Starter
Starter starts Runnables asynchronously -
used by SpinOffEvaluators to spin-off non UI computations from the
EDT. new Thread(runnable).start()
| Modifier and Type | Method and Description |
|---|---|
void |
start(java.lang.Runnable runnable)
Start a
Runnable asynchronously. |