CustomEventTarget

Undocumented in source.

Members

Functions

executeInUiThread
void executeInUiThread(void delegate() runnable)

post task to execute in UI thread (this method can be used from background thread)

postEvent
void postEvent(CustomEvent event)

post event to handle in UI thread (this method can be used from background thread)

Meta