Public Member Functions | |
abstract void | post (Action action) |
abstract void | postDelayed (Action action, long delayMilliseconds) |
Wrapper around a platform-specific event loop.
|
abstract |
Posts an action to the event loop for processing on the next pass.
action | The action to perform. |
|
abstract |
Posts an action to the event loop for processing after the specified delay in milliseconds has passed.
action | The action to perform. |
delayMilliseconds | The time to wait before posting the action to the event loop for processing. |