Package com.smartgwt.client.callbacks
Interface HiliteViaAIResultCallback
public interface HiliteViaAIResultCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(HiliteViaAIResult result) Callback fired asynchronously with the result of a hilite-via-AI operation.
-
Method Details
-
execute
Callback fired asynchronously with the result of a hilite-via-AI operation.- Parameters:
result
- The result.
-