Package com.smartgwt.client.callbacks
Interface ApplyAIFilterResponseCallback
public interface ApplyAIFilterResponseCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ApplyAIFilterResponse applyResponse, ApplyAIFilterRequest applyRequest) Callback fired with the result of a request to evaluate an "aiFilter"AdvancedCriteria
.
-
Method Details
-
execute
Callback fired with the result of a request to evaluate an "aiFilter"AdvancedCriteria
.- Parameters:
applyResponse
- The response.applyRequest
- The original request.
-