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(Runnable runnable)
Start a
Runnable asynchronously. |
void start(Runnable runnable)
Runnable asynchronously. run() method of the Runnable to complete.runnable - runnable to startCopyright © 2016. All rights reserved.