Package com.badlogic.gdx.utils.async
Interface AsyncTask<T>
-
public interface AsyncTask<T>Task to be submitted to anAsyncExecutor, returning a result of type T.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall()
-
-
-
Method Detail
-
call
T call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-