|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISourceListener
A generic source listener.
| Method Summary | |
|---|---|
void |
onAfter(ISource source,
IContext context,
IResultSet result)
To be performed after a source execution. |
void |
onBefore(ISource source,
IContext context,
IResultSet result)
To be performed before start a source execution. |
| Methods inherited from interface org.specrunner.listeners.ISpecRunnerListener |
|---|
getName, reset |
| Method Detail |
|---|
void onBefore(ISource source,
IContext context,
IResultSet result)
source - The specification.context - A context.result - A result set.
void onAfter(ISource source,
IContext context,
IResultSet result)
source - The specification.context - A context.result - A result set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||