public interface RunnableHandler
Runnable
computations in RenderCore. The default implementation uses a Handler
with a
Looper
.Modifier and Type | Interface and Description |
---|---|
static class |
RunnableHandler.DefaultHandler
Default implementation of the RunnableHandler which simply wraps a
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) |