Package com.illumon.iris.db.v2
Class QueryTable.Operation.Result
java.lang.Object
com.illumon.iris.db.v2.QueryTable.Operation.Result
- Enclosing interface:
- QueryTable.Operation
The resulting table and listener of the operation.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResult
(BaseTable resultTable, ShiftAwareListener resultListener) Construct the result of an operation. -
Method Summary
-
Field Details
-
resultTable
-
resultListener
-
-
Constructor Details
-
Result
-
Result
Construct the result of an operation. The listener may be null if the parent is non-ticking and the table does not need to respond to ticks from other sources.- Parameters:
resultTable
- the result of the operationresultListener
- the listener that should be attached to the parent (or null)
-