org.netbeans.jemmy
Interface Waitable

All Known Implementing Classes:
ActionProducer, DialogWaiter, FrameWaiter, Test, Waiter, WindowWaiter

public interface Waitable

Defines criteria for waiting.

Author:
Alexandre Iline (alexandre.iline@sun.com)
See Also:
Waiter

Method Summary
 Object actionProduced(Object obj)
          Checks if wait criteria have been met.
 String getDescription()
          Returns description.
 

Method Detail

actionProduced

Object actionProduced(Object obj)
Checks if wait criteria have been met.

Parameters:
obj - optional waiting parameter.
Returns:
null is criteria have not been met.

getDescription

String getDescription()
Returns description.

Returns:
a description of the wait criteria.