| org.anddev.andengine.util.AsyncCallable<T> |
(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Computes a result asynchronously, return values and exceptions are to be handled through the callbacks.
| |||||||||||
Computes a result asynchronously, return values and exceptions are to be handled through the callbacks. This method is expected to return almost immediately, after starting a Thread or similar.
| Exception | if unable to compute a result |
|---|