public class LibgdxAsyncResult<T>
extends java.lang.Object
implements org.mini2Dx.core.executor.AsyncResult<T>
| Constructor and Description |
|---|
LibgdxAsyncResult(java.util.concurrent.Future<T> future) |
| Modifier and Type | Method and Description |
|---|---|
T |
getResult() |
boolean |
isFinished() |
public LibgdxAsyncResult(java.util.concurrent.Future<T> future)