|
Foxtrot Version 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
EventPumps to filter the
given AWT event.
EventPumps before
they're dispatched.EventPumps that implement this interface have the
possibility to filter AWT events before they are dispatched.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.Worker uses an implementation of this interface to pump AWT events
from the standard AWT Event Queue while executing Tasks.Tasks or Jobs in a
thread that is not the Event Dispatch Thread.
Tasks.
Tasks.
task is
completed; must be called
from the Event Dispatch Thread.
task is
completed; must be called
from the Event Dispatch Thread.
Task from the internal
queue via takeTask() and then executes it.
Task.
java.awt.Conditional interface, that is
package private, with a JDK 1.3+ dynamic proxy.
Tasks or Jobs in a
thread that is not the Event Dispatch Thread.
WorkerThread that uses a single worker
thread to run Tasks subclasses.Tasks (not in
the Event Dispatch Thread).
Tasks (not in
the Event Dispatch Thread).
java.awt.EventDispatchThread.pumpEvents(Conditional) and can be
used with Sun JDK 1.4.1+ only.Task from the
internal queue.
Tasks and Jobs.Tasks in a thread that is not the Event Dispatch Thread.
|
Foxtrot Version 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||