spin.off
Class InternalOptionPaneDispatcherFactory

java.lang.Object
  extended by spin.off.InternalOptionPaneDispatcherFactory
All Implemented Interfaces:
DispatcherFactory

public class InternalOptionPaneDispatcherFactory
extends java.lang.Object
implements DispatcherFactory

A factory of Dispatchers which uses modal internal JOptionPanes to dispatch events.

See Also:
SpinOffEvaluator.SpinOffEvaluator(DispatcherFactory), SpinOffEvaluator.setDefaultDispatcherFactory(DispatcherFactory), AWTReflectDispatcherFactory

Constructor Summary
InternalOptionPaneDispatcherFactory()
           
 
Method Summary
 Dispatcher createDispatcher()
          Create a dispatcher for events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalOptionPaneDispatcherFactory

public InternalOptionPaneDispatcherFactory()
Method Detail

createDispatcher

public Dispatcher createDispatcher()
Create a dispatcher for events.

Specified by:
createDispatcher in interface DispatcherFactory
Returns:
dispatcher that does the actual dispatching


Copyright © 2007. All Rights Reserved.