| Package | Description |
|---|---|
| foxtrot | |
| foxtrot.pumps |
| Modifier and Type | Method and Description |
|---|---|
static EventPump |
Worker.getEventPump()
Returns the EventPump used to pump events from the AWT Event Queue.
|
static EventPump |
ConcurrentWorker.getEventPump() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
SunJDK17ConditionalEventPump
Specialized ConditionalEventPump for Sun's JDK 7.0.
|
Copyright © 2002-2011. All Rights Reserved.