public abstract class AbstractBlockListener extends Object implements IBlockListener
| Constructor and Description |
|---|
AbstractBlockListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPop(IBlock block)
On block dequeue.
|
void |
onPush(IBlock block)
O block queue.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, resetpublic void onPush(IBlock block)
IBlockListeneronPush in interface IBlockListenerblock - A block.public void onPop(IBlock block)
IBlockListeneronPop in interface IBlockListenerblock - A block.Copyright © 2016. All rights reserved.