Uses of Interface
spin.off.Starter
Packages that use Starter
-
Uses of Starter in spin.off
Modifier and TypeClassDescriptionclassSimple implementation of aStarterthat creates a new thread for each invocation ofSimpleStarter.start(Runnable).Modifier and TypeMethodDescriptionstatic StarterSpinOffEvaluator.getDefaultStarter()Get the default starter.Modifier and TypeMethodDescriptionstatic voidSpinOffEvaluator.setDefaultStarter(Starter starter) Set the default starter.ModifierConstructorDescriptionSpinOffEvaluator(DispatcherFactory dispatcherFactory, Starter starter) Create an evaluator for spin-off.SpinOffEvaluator(Starter starter) Create an evaluator for spin-off using the default dispatcherFactory.