| Class | Description |
|---|---|
| EventListenerProxy |
This class wraps an EventListener subclass (and thus any AWT/Swing event listener such as
ActionListeners, MouseListeners and so on) making sure that if
a wrapped listener is executing, another wrapped listener (even of different type) it is
not executed.
|
| FlushJob |
This job flushes all pending AWT events that are waiting in the EventQueue.
|
Copyright © 2002-2011. All Rights Reserved.