public interface LithoHandler
ComponentTree
. The
default implementation uses a android.os.Handler
with a android.os.Looper
.Modifier and Type | Interface and Description |
---|---|
static class |
LithoHandler.DefaultLithoHandler
Default implementation of the LithoHandler which simply wraps an
Handler . |
Modifier and Type | Method and Description |
---|---|
boolean |
isTracing() |
void |
post(java.lang.Runnable runnable,
java.lang.String tag) |
void |
postAtFront(java.lang.Runnable runnable,
java.lang.String tag) |
void |
remove(java.lang.Runnable runnable) |