public static class TestDrawableComponent.BlockInPrepareComponentListener extends 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.
|
void |
onPrepare() |
void |
setDoNotBlockOnThisThread() |
public void onPrepare()
onPrepare
in interface TestDrawableComponent.TestComponentListener
public void awaitPrepareStart()
public void allowPrepareToComplete()
public void setDoNotBlockOnThisThread()