|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INodeListener
Generic node listener. Performs actions before and after plugin
IRunner.run(...) methods.
| Method Summary | |
|---|---|
void |
onAfter(nu.xom.Node node,
IContext context,
IResultSet result)
Perform some action after plugin execution for a given node. |
ENext |
onBefore(nu.xom.Node node,
IContext context,
IResultSet result)
Perform some action before building plugin for a given node. |
| Methods inherited from interface org.specrunner.listeners.ISpecRunnerListener |
|---|
getName, reset |
| Method Detail |
|---|
ENext onBefore(nu.xom.Node node,
IContext context,
IResultSet result)
node - The node.context - The context.result - The result.
ENext.DEEP,
the execution should go deeper.
void onAfter(nu.xom.Node node,
IContext context,
IResultSet result)
node - The node.context - The context.result - The result.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||