Package com.smartgwt.client.callbacks
Interface SummarizeRecordsPartialResultCallback
public interface SummarizeRecordsPartialResultCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(SummarizeRecordsPartialResult partialResult, SummarizeRecordsContext context) Callback fired with the result for each batch of records in a record summarization operation.
-
Method Details
-
execute
Callback fired with the result for each batch of records in a record summarization operation.- Parameters:
partialResult
- the result for a batch of records.context
- context for the ongoing record summarization operation.
-