FileDocCategorySizeDatePackage
EventFilter.javaAPI DocJava SE 6 API1670Tue Jun 10 00:25:14 BST 2008java.awt

EventFilter

public interface EventFilter

Fields Summary
Constructors Summary
Methods Summary
public java.awt.EventFilter$FilterActionacceptEvent(java.awt.AWTEvent ev)
ACCEPT_IMMEDIATELY means that this filter do not filter the event, no other filters are queried and to proceed it, and it is dispatched by the EventDispatchThread It is not recommended to use ACCEPT_IMMEDIATELY as there may be some active filters not queried yet that do not accept this event. It is primarily used by modal filters.

see
EventDispatchThread#pumpEventsForFilters(EventFilter)
see
ModalEventFilter