Package spin.off
Class AWTReflectDispatcherFactory
java.lang.Object
spin.off.AWTReflectDispatcherFactory
- All Implemented Interfaces:
DispatcherFactory
A factory of
Once Swing offers an official way to start an event pump this class should be replaced by a less intrusive solution.
Dispatcher
s which uses reflection to AWT
internals to dispatch events - used as default by Spin for
spin-off. Once Swing offers an official way to start an event pump this class should be replaced by a less intrusive solution.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AWTReflectDispatcherFactory
public AWTReflectDispatcherFactory()
-
-
Method Details
-
createDispatcher
Create a dispatcher for events.- Specified by:
createDispatcher
in interfaceDispatcherFactory
- Returns:
- dispatcher that does the actual dispatching
-