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 class
SimpleStarter
Simple implementation of aStarter
that creates a new thread for each invocation ofSimpleStarter.start(Runnable)
.Methods in spin.off that return Starter Modifier and Type Method Description static Starter
SpinOffEvaluator. getDefaultStarter()
Get the default starter.Methods in spin.off with parameters of type Starter Modifier and Type Method Description static void
SpinOffEvaluator. 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.
-