public class MessageQueueThread
extends java.lang.Object
Looper running on it that can accept Runnables.| Modifier and Type | Method and Description |
|---|---|
void |
assertIsOnThread()
|
static MessageQueueThread |
create(MessageQueueThreadSpec spec,
QueueThreadExceptionHandler exceptionHandler) |
android.os.Looper |
getLooper() |
java.lang.String |
getName() |
boolean |
isOnThread() |
void |
quitSynchronous()
Quits this queue's Looper.
|
void |
runOnQueue(java.lang.Runnable runnable)
Runs the given Runnable on this Thread.
|
public void runOnQueue(java.lang.Runnable runnable)
public boolean isOnThread()
public void assertIsOnThread()
public void quitSynchronous()
public android.os.Looper getLooper()
public java.lang.String getName()
public static MessageQueueThread create(MessageQueueThreadSpec spec, QueueThreadExceptionHandler exceptionHandler)