Package spin.off
-
Interface Summary Interface Description Dispatcher An dispatcher of AWT events.DispatcherFactory A factory ofDispatchers of AWT events.Starter AStarterstartsRunnables asynchronously - used bySpinOffEvaluators to spin-off non UI computations from the EDT. -
Class Summary Class Description AWTReflectDispatcherFactory A factory ofDispatchers which uses reflection to AWT internals to dispatch events - used as default by Spin for spin-off.DialogDispatcherFactory Abstract base class for factories that dispatch events withjava.awt.Dialogs.InternalOptionPaneDispatcherFactory A factory ofDispatchers which uses modal internalJOptionPanes to dispatch events.ListenerSpinOver An evaluator for spin-off that automatically spins-over all arguments of aSpinOffEvaluatorif their corresponding parameter types are subinterfaces ofjava.util.EventListener.SimpleStarter Simple implementation of aStarterthat creates a new thread for each invocation ofSimpleStarter.start(Runnable).SpinOffEvaluator An evaluator for spin-off, i.e.