Uses of Interface
spin.off.Starter
-
Packages that use Starter Package Description spin.off -
-
Uses of Starter in spin.off
Classes in spin.off that implement Starter Modifier and Type Class Description classSimpleStarterSimple implementation of aStarterthat creates a new thread for each invocation ofSimpleStarter.start(Runnable).Methods in spin.off that return Starter Modifier and Type Method Description static StarterSpinOffEvaluator. getDefaultStarter()Get the default starter.Methods in spin.off with parameters of type Starter Modifier and Type Method Description static voidSpinOffEvaluator. setDefaultStarter(Starter starter)Set the default starter.Constructors in spin.off with parameters of type Starter Constructor Description SpinOffEvaluator(DispatcherFactory dispatcherFactory, Starter starter)Create an evaluator for spin-off.SpinOffEvaluator(Starter starter)Create an evaluator for spin-off using the default dispatcherFactory.
-