Uses of Interface
spin.off.Starter
Packages that use Starter
-
Uses of Starter in spin.off
Modifier and TypeClassDescriptionclass
Simple implementation of aStarter
that creates a new thread for each invocation ofSimpleStarter.start(Runnable)
.Modifier and TypeMethodDescriptionstatic Starter
SpinOffEvaluator.getDefaultStarter()
Get the default starter.Modifier and TypeMethodDescriptionstatic void
SpinOffEvaluator.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.