public interface LithoHandler
ComponentTree
. The
default implementation uses a Handler
with a 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(Runnable runnable,
String tag) |
void |
postAtFront(Runnable runnable,
String tag) |
void |
remove(Runnable runnable) |