public static class TestDrawableComponent.BlockInPrepareComponentListener extends java.lang.Object implements TestDrawableComponent.TestComponentListener
| Constructor and Description |
|---|
BlockInPrepareComponentListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
allowPrepareToComplete()
Allows prepare to complete.
|
void |
awaitPrepareStart()
Blocks from another thread until prepare() is called.
|
int |
getPrepareCount() |
void |
onPrepare() |
void |
setDoNotBlockOnThisThread() |
public void onPrepare()
onPrepare in interface TestDrawableComponent.TestComponentListenerpublic void awaitPrepareStart()
public void allowPrepareToComplete()
public void setDoNotBlockOnThisThread()
public int getPrepareCount()