spin.off

Interface DispatcherFactory

public interface DispatcherFactory

A factory of Dispatchers of AWT events.
See Also:
Dispatcher

Method Summary

Dispatcher
createDispatcher()
Create a Dispatcher for AWT events.

Method Details

createDispatcher

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