Interface | Description |
---|---|
Condition |
Defines a certain condition that can be true or false for a certain
IOperation.getResponse() |
Class | Description |
---|---|
BasicCondition |
A simple condition based on one specific resultCode.
|
ConditionalOperation |
This is a wrapper for a
Condition and an IOperation . |
ConditionalOperationQueue |
A specific implementation of the
IOperationQueue which offers the
ability to execute several IOperation s. |
RangeCondition |
This condition is true if the resultCode is within a defined range.
|