public interface IPluginListener extends ISpecRunnerListener
initialize()/doStart()/doEnd() methods.| Modifier and Type | Method and Description |
|---|---|
void |
onAfterEnd(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action after plugin ending.
|
void |
onAfterInit(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action after plugin initialization.
|
void |
onAfterStart(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action after plugin start.
|
void |
onBeforeEnd(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action before plugin ending.
|
void |
onBeforeInit(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action before plugin initialization.
|
void |
onBeforeStart(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action before plugin start.
|
getName, resetvoid onBeforeInit(IPlugin plugin, IContext context, IResultSet result)
plugin - The plugin instance.context - The context.result - The result.void onAfterInit(IPlugin plugin, IContext context, IResultSet result)
plugin - The plugin instance.context - The context.result - The result.void onBeforeStart(IPlugin plugin, IContext context, IResultSet result)
plugin - The plugin instance.context - The context.result - The result.void onAfterStart(IPlugin plugin, IContext context, IResultSet result)
plugin - The plugin instance.context - The context.result - The result.void onBeforeEnd(IPlugin plugin, IContext context, IResultSet result)
plugin - The plugin instance.context - The context.result - The result.void onAfterEnd(IPlugin plugin, IContext context, IResultSet result)
plugin - The plugin instance.context - The context.result - The result.Copyright © 2016. All rights reserved.