|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfoxtrot.pumps.QueueEventPump
public 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.
| Constructor Summary | |
|---|---|
QueueEventPump()
|
|
| Method Summary | |
|---|---|
EventFilter |
getEventFilter()
Returns the EventFilter |
void |
pumpEvents(Task task)
Pumps AWT events from the standard AWT Event Queue and dispatches the events until the given task is completed; must be
called from the Event Dispatch Thread. |
void |
setEventFilter(EventFilter filter)
Sets the EventFilter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueEventPump()
| Method Detail |
|---|
public void setEventFilter(EventFilter filter)
EventFilterable
setEventFilter in interface EventFilterableEventFilterable.getEventFilter()public EventFilter getEventFilter()
EventFilterable
getEventFilter in interface EventFilterableEventFilterable.setEventFilter(foxtrot.pumps.EventFilter)public void pumpEvents(Task task)
EventPumpcompleted; must be
called from the Event Dispatch Thread.
pumpEvents in interface EventPump
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||