public interface Starter
Starter
starts Runnable
s asynchronously -
used by SpinOffEvaluator
s 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 © 2019. All rights reserved.