Interface | Description |
---|---|
Dispatcher |
An dispatcher of AWT events.
|
DispatcherFactory |
A factory of
Dispatcher s of AWT events. |
Starter |
A
Starter starts Runnable s asynchronously -
used by SpinOffEvaluator s to spin-off non UI computations from the
EDT. |
Class | Description |
---|---|
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.
|
Copyright © 2012. All Rights Reserved.