Interface AsyncSingleValueGenerationResultCallback


public interface AsyncSingleValueGenerationResultCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback fired with the result of an asynchronous operation to generate a value.
  • Method Details

    • execute

      void execute(AsyncSingleValueGenerationResult result)
      Callback fired with the result of an asynchronous operation to generate a value.
      Parameters:
      result - The result.