spin.off
Interface DispatcherFactory

All Known Implementing Classes:
AWTReflectDispatcherFactory, DialogDispatcherFactory, InternalOptionPaneDispatcherFactory

public interface DispatcherFactory

A factory of Dispatchers of AWT events.

See Also:
Dispatcher

Method Summary
 Dispatcher createDispatcher()
          Create a Dispatcher for AWT events.
 

Method Detail

createDispatcher

public Dispatcher createDispatcher()
Create a Dispatcher for AWT events.
This method is always called on the EDT.

Returns:
dispatcher