org.eclipse.jubula.rc.swing.swing.implclasses
Interface EventListener.Condition

Enclosing class:
EventListener

public static interface EventListener.Condition

Object that checks if a condition about an event is true or false


Method Summary
 boolean isTrue(java.awt.AWTEvent event)
          checks if the condition about an event is true
 

Method Detail

isTrue

boolean isTrue(java.awt.AWTEvent event)
checks if the condition about an event is true

Parameters:
event - the event
Returns:
true or false