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