Package com.smartgwt.client.callbacks
Interface BuildUIViaAIResponseCallback
public interface BuildUIViaAIResponseCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(BuildUIViaAIResponse buildResponse, BuildUIViaAIRequest buildRequest) Callback fired with the response to a request to build UI via AI.
-
Method Details
-
execute
Callback fired with the response to a request to build UI via AI.- Parameters:
buildResponse
- The response.buildRequest
- The original request.
-