Interface AsyncAction<T extends AsyncResult>


public interface AsyncAction<T extends AsyncResult>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    callback(T result)
     
  • Method Details

    • callback

      void callback(T result)