Class AsyncResult<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      boolean isDone()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isDone

        public boolean isDone()
        Returns:
        whether the AsyncTask is done
      • get

        public T get()
        Returns:
        waits if necessary for the computation to complete and then returns the result
        Throws:
        GdxRuntimeException - if there was an error