Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
actionProduced(Object obj)
Checks if wait criteria have been met.String
getDescription()
Returns description.
-