public interface MessageQueueThread
| Modifier and Type | Method and Description |
|---|---|
void |
assertIsOnThread()
|
boolean |
isOnThread() |
void |
runOnQueue(java.lang.Runnable runnable)
Runs the given Runnable on this Thread.
|
void runOnQueue(java.lang.Runnable runnable)
boolean isOnThread()
void assertIsOnThread()