Package com.smartgwt.client.callbacks
Interface AIBuildUIResultCallback
public interface AIBuildUIResultCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(AIBuildUIResult result) Callback called with the result ofAI.buildUI()
.
-
Method Details
-
execute
Callback called with the result ofAI.buildUI()
.- Parameters:
result
- The result.
-