JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.mini2Dx.core.executor
Interface AsyncResult<T>
Type Parameters:
T
- The result type
All Superinterfaces:
AsyncFuture
All Known Implementing Classes:
LibgdxAsyncResult
public interface
AsyncResult<T>
extends
AsyncFuture
An asynchronous result
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getResult
()
Returns the result object
Methods inherited from interface org.mini2Dx.core.executor.
AsyncFuture
isFinished
Method Detail
getResult
T
getResult()
Returns the result object
Returns:
Null if no result is available
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method