AsyncRunnable
Complete API reference for AsyncRunnable, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Async
Component: no
public interface AsyncRunnable
Methods
| Signature | Returns | Description |
|---|---|---|
onBackground(Object) | Object | Executes onBackground and returns after the underlying engine call finishes. |
onEngine(Object) | void | Executes onEngine and returns after the underlying engine call finishes. |