public class TagPluginListener extends AbstractPluginListener
| Constructor and Description |
|---|
TagPluginListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The listener name.
|
void |
onAfterEnd(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action after plugin ending.
|
void |
reset()
Reset listener state.
|
onAfterInit, onAfterStart, onBeforeEnd, onBeforeInit, onBeforeStartpublic String getName()
ISpecRunnerListenerpublic void reset()
ISpecRunnerListenerpublic void onAfterEnd(IPlugin plugin, IContext context, IResultSet result)
IPluginListeneronAfterEnd in interface IPluginListeneronAfterEnd in class AbstractPluginListenerplugin - The plugin instance.context - The context.result - The result.Copyright © 2016. All rights reserved.