Package spin.off
-
Interface Summary Interface Description Dispatcher An dispatcher of AWT events.DispatcherFactory A factory ofDispatcher
s of AWT events.Starter AStarter
startsRunnable
s asynchronously - used bySpinOffEvaluator
s to spin-off non UI computations from the EDT. -
Class Summary Class Description AWTReflectDispatcherFactory A factory ofDispatcher
s 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.Dialog
s.InternalOptionPaneDispatcherFactory A factory ofDispatcher
s which uses modal internalJOptionPane
s to dispatch events.ListenerSpinOver An evaluator for spin-off that automatically spins-over all arguments of aSpinOffEvaluator
if their corresponding parameter types are subinterfaces ofjava.util.EventListener
.SimpleStarter Simple implementation of aStarter
that creates a new thread for each invocation ofSimpleStarter.start(Runnable)
.SpinOffEvaluator An evaluator for spin-off, i.e.