Interface CustomEventTarget

interface CustomEventTarget;

Methods

NameDescription
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)