Package com.smartgwt.client.callbacks
Interface BuildHilitesResponseCallback
public interface BuildHilitesResponseCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(BuildHilitesResponse buildResponse, BuildHilitesRequest buildRequest) Callback fired with the result of a request to build one or moreHilite
objects.
-
Method Details
-
execute
Callback fired with the result of a request to build one or moreHilite
objects.- Parameters:
buildResponse
- The response.buildRequest
- The original request.
-