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