Package spin.off
Class InternalOptionPaneDispatcherFactory
- java.lang.Object
-
- spin.off.InternalOptionPaneDispatcherFactory
-
- All Implemented Interfaces:
DispatcherFactory
public class InternalOptionPaneDispatcherFactory extends java.lang.Object implements DispatcherFactory
A factory ofDispatcher
s which uses modal internalJOptionPane
s to dispatch events.
-
-
Constructor Summary
Constructors Constructor Description InternalOptionPaneDispatcherFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dispatcher
createDispatcher()
Create a dispatcher for events.
-
-
-
Method Detail
-
createDispatcher
public Dispatcher createDispatcher()
Create a dispatcher for events.- Specified by:
createDispatcher
in interfaceDispatcherFactory
- Returns:
- dispatcher that does the actual dispatching
-
-