|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventPump | |
|---|---|
| foxtrot | |
| foxtrot.pumps | |
| Uses of EventPump in foxtrot |
|---|
| Methods in foxtrot that return EventPump | |
|---|---|
static EventPump |
Worker.getEventPump()
Returns the EventPump used to pump events from the AWT Event Queue. |
static EventPump |
ConcurrentWorker.getEventPump()
|
| Methods in foxtrot with parameters of type EventPump | |
|---|---|
static void |
Worker.setEventPump(EventPump eventPump)
Sets the EventPump to be used to pump events from the AWT Event Queue. |
static void |
ConcurrentWorker.setEventPump(EventPump eventPump)
|
| Uses of EventPump in foxtrot.pumps |
|---|
| Classes in foxtrot.pumps that implement EventPump | |
|---|---|
class |
ConditionalEventPump
This implementation of EventPump calls the package protected method java.awt.EventDispatchThread.pumpEvents(Conditional) to pump events while a Task is executed. |
class |
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. |
class |
SunJDK140ConditionalEventPump
Specialized ConditionalEventPump for Sun's JDK 1.4.0. |
class |
SunJDK141ConditionalEventPump
Specialized ConditionalEventPump for Sun's JDK 1.4.1, 1.4.2, 5.0 and 6.0. |
class |
SunJDK14ConditionalEventPump
Specialized ConditionalEventPump for Sun's JDK 1.4, 5.0 and 6.0. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||