src/java.desktop/share/classes/java/awt/EventFilter.java

Print this page

        

*** 30,40 **** * Enumeration for possible values for <code>acceptEvent(AWTEvent ev)</code> method. * @see EventDispatchThread#pumpEventsForFilter */ static enum FilterAction { /** ! * ACCEPT means that this filter do not filter the event and allowes other * active filters to proceed it. If all the active filters accept the event, it * is dispatched by the <code>EventDispatchThread</code> * @see EventDispatchThread#pumpEventsForFilter */ ACCEPT, --- 30,40 ---- * Enumeration for possible values for <code>acceptEvent(AWTEvent ev)</code> method. * @see EventDispatchThread#pumpEventsForFilter */ static enum FilterAction { /** ! * ACCEPT means that this filter do not filter the event and allows other * active filters to proceed it. If all the active filters accept the event, it * is dispatched by the <code>EventDispatchThread</code> * @see EventDispatchThread#pumpEventsForFilter */ ACCEPT,