|
Foxtrot Version 2.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
EventPump
s to filter the
given AWT event.
EventPump
s before
they're dispatched.EventPumps
that implement this interface have the
possibility to filter AWT events before they are dispatched.ActionListener
s, MouseListener
s
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 Task
s.Task
s or Job
s in a
thread that is not the Event Dispatch Thread.
Task
s.
Task
s.
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.
Task
s or Job
s in a
thread that is not the Event Dispatch Thread.
WorkerThread
that uses a single worker
thread to run Task
s subclasses.Task
s (not in
the Event Dispatch Thread).
Task
s (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.
Task
s and Job
s.Task
s in a thread that is not the Event Dispatch Thread.
|
Foxtrot Version 2.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |