Package spin.off
Interface DispatcherFactory
- All Known Implementing Classes:
AWTReflectDispatcherFactory,ConcealedDialogDispatcherFactory,DialogDispatcherFactory,InternalOptionPaneDispatcherFactory,RevealedDialogDispatcherFactory
public interface DispatcherFactory
A factory of
Dispatchers of AWT events.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCreate aDispatcherfor AWT events.
-
Method Details
-
createDispatcher
Dispatcher createDispatcher()Create aDispatcherfor AWT events.
This method is always called on the EDT.- Returns:
- dispatcher
-