| Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
| Dispatcher | An dispatcher of AWT events. |
| DispatcherFactory | A factory of Dispatchers of AWT events. |
| Starter | A Starter starts Runnables asynchronously -
used by SpinOffEvaluators to spin-off non UI computations from the
EDT. |
Class Summary | |
| AWTReflectDispatcherFactory | A factory of Dispatchers 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.Dialogs. |
| DialogDispatcherFactory.DialogDispatcher | Dispatcher with Dialog. |
| InternalOptionPaneDispatcherFactory | A factory of Dispatchers which uses modal internal
JOptionPanes 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 start(Runnable). |
| SpinOffEvaluator | An evaluator for spin-off, i.e. |