Interface AsyncCallbackOnSuccess<T>


public interface AsyncCallbackOnSuccess<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSuccess(T result)
    Called when an asynchronous call completes successfully.
  • Method Details

    • onSuccess

      void onSuccess(T result)
      Called when an asynchronous call completes successfully.
      Parameters:
      result - the return value of the remote produced call