Package com.smartgwt.client.callbacks
Interface AsyncMultipleValuesGenerationResultCallback
public interface AsyncMultipleValuesGenerationResultCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback fired with the result of an asynchronous operation to generate multiple values.
-
Method Details
-
execute
Callback fired with the result of an asynchronous operation to generate multiple values.- Parameters:
result
- The result.
-