Package spin.off
Interface DispatcherFactory
-
- All Known Implementing Classes:
AWTReflectDispatcherFactory
,ConcealedDialogDispatcherFactory
,DialogDispatcherFactory
,InternalOptionPaneDispatcherFactory
,RevealedDialogDispatcherFactory
public interface DispatcherFactory
A factory ofDispatcher
s of AWT events.- See Also:
Dispatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dispatcher
createDispatcher()
Create aDispatcher
for AWT events.
-
-
-
Method Detail
-
createDispatcher
Dispatcher createDispatcher()
Create aDispatcher
for AWT events.
This method is always called on the EDT.- Returns:
- dispatcher
-
-