|
Griffon 0.9.5-rc2 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.test.mock.MockUIThreadHandler
public class MockUIThreadHandler
Trivial implementation of UIThreadHandler that runs code in the same thread as the caller.
| Constructor Summary | |
MockUIThreadHandler()
|
|
| Method Summary | |
|---|---|
void
|
executeAsync(Runnable runnable)
|
void
|
executeOutside(Runnable runnable)
|
void
|
executeSync(Runnable runnable)
|
boolean
|
isUIThread()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
MockUIThreadHandler()
| Method Detail |
|---|
public void executeAsync(Runnable runnable)
public void executeOutside(Runnable runnable)
public void executeSync(Runnable runnable)
public boolean isUIThread()
Groovy Documentation