Package com.rs.seagull.emulator.api
Interface Condition
- All Known Subinterfaces:
Table.StopCondition
- All Known Implementing Classes:
AbstractCondition
,PropertyCondition
,StopConditions.CompositeStopCondition
,StopConditions.EndMarkerStopCondition
,StopConditions.StopConditionAdapter
public interface Condition
A Condition is a test, can be true or false. It is evaluated (repeatedly) during HostSession.waitFor() until it
returns true.
- Version:
- $Id$
-
Method Summary
-
Method Details
-
isTrue
boolean isTrue()Returns true if the Condition is satisfied.- Returns:
- true if the Condition is satisfied.
-