|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventFilter
Filters AWT events pumped by EventPumps before they're dispatched.
EventFilterable| Method Summary | |
|---|---|
boolean |
accept(AWTEvent event)
Callback called by EventPumps to filter the given AWT event. |
| Method Detail |
|---|
boolean accept(AWTEvent event)
EventPumps to filter the given AWT event.
Implementations should return true if the event should be dispatched, false otherwise.
Beware that installing an EventFilter in one of the synchronous Foxtrot workers, and
returning always false from accept(AWTEvent) makes the posts to the worker
hang.
event - The event to filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||