org.specrunner.listeners.core
Class AbstractSourceListener
java.lang.Object
org.specrunner.listeners.core.AbstractSourceListener
- All Implemented Interfaces:
- ISourceListener, ISpecRunnerListener
public abstract class AbstractSourceListener
- extends Object
- implements ISourceListener
Helper for source listeners.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSourceListener
public AbstractSourceListener()
onBefore
public void onBefore(ISource source,
IContext context,
IResultSet result)
- Description copied from interface:
ISourceListener
- To be performed before start a source execution.
- Specified by:
onBefore in interface ISourceListener
- Parameters:
source - The specification.context - A context.result - A result set.
onAfter
public void onAfter(ISource source,
IContext context,
IResultSet result)
- Description copied from interface:
ISourceListener
- To be performed after a source execution.
- Specified by:
onAfter in interface ISourceListener
- Parameters:
source - The specification.context - A context.result - A result set.
Copyright © 2014. All rights reserved.