Interface AsyncTask<T>


  • public interface AsyncTask<T>
    Task to be submitted to an AsyncExecutor, returning a result of type T.
    • Method Detail

      • call

        T call()
        throws java.lang.Exception
        Throws:
        java.lang.Exception