Class Summary |
AWTReflectDispatcherFactory |
A factory of Dispatcher 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 with
java.awt.Dialog s. |
InternalOptionPaneDispatcherFactory |
A factory of Dispatcher s which uses modal internal
JOptionPane s to dispatch events. |
ListenerSpinOver |
An evaluator for spin-off that automatically spins-over all arguments of a
SpinOffEvaluator if their corresponding parameter types are
subinterfaces of java.util.EventListener . |
SimpleStarter |
Simple implementation of a Starter that creates a new thread
for each invocation of SimpleStarter.start(Runnable) . |
SpinOffEvaluator |
An evaluator for spin-off, i.e. all invocations are evaluated on another
thread than the EDT while further events are dispatched. |