public interface EventFilter
EventPumps before they're dispatched.EventFilterableboolean 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 filterCopyright © 2002-2011. All Rights Reserved.