Package com.smartgwt.client.callbacks
Interface AsyncSingleValueGenerationResultCallback
public interface AsyncSingleValueGenerationResultCallback
- 
Method Summary
Modifier and TypeMethodDescriptionvoidCallback fired with the result of an asynchronous operation to generate a value. 
- 
Method Details
- 
execute
Callback fired with the result of an asynchronous operation to generate a value.- Parameters:
 result- The result.
 
 -