Interface CustomWrapperResult.CustomWrapperResultListener
- Enclosing class:
- CustomWrapperResult
public static interface CustomWrapperResult.CustomWrapperResultListener
Important: do not implement or reference this interface. For internal purposes only.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
onAddRow
(Object[] row, List<CustomWrapperFieldExpression> projectedFields) Important: do not implement this method.Important: do not invoke this method.
-
Method Details
-
onAddRow
Important: do not implement this method. For internal purposes only.- Parameters:
row
- -projectedFields
- -
-
onAddRow
-
onGetSchema
CustomWrapperSchemaParameter[] onGetSchema()Important: do not invoke this method. For internal purposes only.- Returns:
- -
-