Interface JProgressBarOperator.ValueChooser
- Enclosing class:
JProgressBarOperator
public static interface JProgressBarOperator.ValueChooser
Deprecated.
Use waitState(ComponentChooser) instead.
Interface to define criteria for
waitValue(ValueChooser)
method.- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckValue(int value) Deprecated.Check if criteria jave been reached.Deprecated.A description.
-
Method Details
-
checkValue
boolean checkValue(int value) Deprecated.Check if criteria jave been reached.- Parameters:
value- current value.- Returns:
- true if criteria reached.
-
getDescription
-