| Interface | Description |
|---|---|
| EventFilter |
Filters AWT events pumped by
EventPumps before they're dispatched. |
| EventFilterable |
EventPumps that implement this interface have the possibility
to filter AWT events before they are dispatched. |
| Class | Description |
|---|---|
| ConditionalEventPump |
This implementation of EventPump calls the package protected method
java.awt.EventDispatchThread.pumpEvents(Conditional)
to pump events while a Task is executed.
|
| ConditionalEventPump.ThrowableHandler |
Handler for RuntimeExceptions or Errors thrown during dispatching of AWT events.
|
| QueueEventPump |
Implementation of an EventPump that should work with JDK 1.2 and 1.3
and only uses the public API of the java.awt.* package.
|
| SunJDK140ConditionalEventPump |
Specialized ConditionalEventPump for Sun's JDK 1.4.0.
|
| SunJDK141ConditionalEventPump |
Specialized ConditionalEventPump for Sun's JDK 1.4.1, 1.4.2, 5.0 and 6.0.
|
| SunJDK14ConditionalEventPump |
Specialized ConditionalEventPump for Sun's JDK 1.4, 5.0 and 6.0.
|
| SunJDK17ConditionalEventPump |
Specialized ConditionalEventPump for Sun's JDK 7.0.
|
Copyright © 2002-2011. All Rights Reserved.