com.sdm.quasar.client.swing.common.event
Interface EventLoop.EventFilter

Enclosing interface:
EventLoop

public static interface EventLoop.EventFilter

An interface used to accept or deny events.

Author:
Thomas Wolf

Method Summary
 boolean accept(java.awt.AWTEvent e)
          Returns true, if the filter accepts the event and the event loop can continue processing the event.
 

Method Detail

accept

public boolean accept(java.awt.AWTEvent e)
Returns true, if the filter accepts the event and the event loop can continue processing the event.

Parameters:
e - the event to check
Returns:
true, if processing should continue with that event, false otherwise.