Copyright 2012-02-25 Werner Randelshofer

Package ch.randelshofer.gui.event

Provides utility classes for event handling.

See:
          Description

Class Summary
DefaultDocumentEvent  
DispatchedActionListener Invokes the actionPerformed event on the background Thread provided by an EventDispatcher.
DocumentAdapter An abstract adapter class for receiving window events.
EventDispatcher Processes java.awt.ActiveEvent's on a background thread.
EventWorker This is an abstract class that you subclass to perform GUI-related work in a dedicated event dispatcher.
GenericListener The GenericListener creates anonymous listener classes at runtime.
TimedButtonTrigger Invokes the doClick method of an javax.swing.AbstractButton repeatedely when the user keeps the mouse pressed during a long period of time.
 

Package ch.randelshofer.gui.event Description

Provides utility classes for event handling.


Copyright 2012-02-25 Werner Randelshofer