| 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. |