Interface CustomEventTarget
interface CustomEventTarget;
Methods
| Name | Description |
|---|---|
executeInUiThread
(runnable)
|
post task to execute in UI thread (this method can be used from background thread) |
postEvent
(event)
|
post event to handle in UI thread (this method can be used from background thread) |