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 AsyncFuture
All Known Subinterfaces:
AsyncResult
<T>
All Known Implementing Classes:
LibgdxAsyncResult
public interface
AsyncFuture
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isFinished
()
Returns if the asynchronous task has finished executing
Method Detail
isFinished
boolean isFinished()
Returns if the asynchronous task has finished executing
Returns:
False if the task is still queued or executing
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