| Constructor and Description |
|---|
EventHandler(EventHandlerCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(Event message)
migrate to HandlerThread for event-driven between thread to thread
in native code line 52
https://android.googlesource.com/platform/frameworks/native/+/588d5c8280c89c646aa7c8c54900225ee04176ea/libs/utils/Looper.cpp
Could not create wake pipe.
|
boolean |
handleMessage(android.os.Message msg) |
public EventHandler(EventHandlerCallback callback)
public void dispatch(Event message)
public boolean handleMessage(android.os.Message msg)
handleMessage in interface android.os.Handler.Callback