Interface BuildHilitesResponseCallback


public interface BuildHilitesResponseCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(BuildHilitesResponse buildResponse, BuildHilitesRequest buildRequest)
    Callback fired with the result of a request to build one or more Hilite objects.
  • Method Details

    • execute

      void execute(BuildHilitesResponse buildResponse, BuildHilitesRequest buildRequest)
      Callback fired with the result of a request to build one or more Hilite objects.
      Parameters:
      buildResponse - The response.
      buildRequest - The original request.