| abbot.util.Condition
Condition | public interface Condition (Code) | | Abstract a condition test.
|
Method Summary | |
boolean | test() Return the condition state. | String | toString() Return a description of what the condition is testing. |
test | boolean test()(Code) | | Return the condition state.
|
toString | String toString()(Code) | | Return a description of what the condition is testing.
|
|
|