org.specrunner.context
Interface IContextListener

All Superinterfaces:
ISpecRunnerListener
All Known Implementing Classes:
AbstractContextListener, ContextListenerDestroyer, ContextListenerPopulator

public interface IContextListener
extends ISpecRunnerListener

Stands for a context listener.

Author:
Thiago Santos

Method Summary
 void onCreate(IContext context)
          A context creation.
 void onDestroy(IContext context)
          A context destruction.
 
Methods inherited from interface org.specrunner.listeners.ISpecRunnerListener
getName, reset
 

Method Detail

onCreate

void onCreate(IContext context)
A context creation.

Parameters:
context - A context.

onDestroy

void onDestroy(IContext context)
A context destruction.

Parameters:
context - A block.


Copyright © 2015. All rights reserved.