org.specrunner.context
Interface IBlockListener

All Superinterfaces:
ISpecRunnerListener
All Known Implementing Classes:
AbstractBlockListener

public interface IBlockListener
extends ISpecRunnerListener

Stands for a context listener.

Author:
Thiago Santos

Method Summary
 void onPop(IBlock block)
          On block dequeue.
 void onPush(IBlock block)
          O block queue.
 
Methods inherited from interface org.specrunner.listeners.ISpecRunnerListener
getName, reset
 

Method Detail

onPush

void onPush(IBlock block)
O block queue.

Parameters:
block - A block.

onPop

void onPop(IBlock block)
On block dequeue.

Parameters:
block - A block.


Copyright © 2015. All rights reserved.