| 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 |
equals(java.lang.Object o) |
boolean |
handleMessage(android.os.Message msg) |
int |
hashCode() |
void |
resolve() |
java.lang.String |
toString() |
public EventHandler(EventHandlerCallback callback)
public void dispatch(Event message)
public boolean handleMessage(android.os.Message msg)
handleMessage in interface android.os.Handler.Callbackpublic void resolve()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object