|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.listeners.core.ProfilerSourceListener
public class ProfilerSourceListener
Logging profiler implementation.
| Constructor Summary | |
|---|---|
ProfilerSourceListener()
|
|
| Method Summary | |
|---|---|
String |
getName()
The listener name. |
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. |
void |
reset()
Reset listener state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfilerSourceListener()
| Method Detail |
|---|
public String getName()
ISpecRunnerListener
getName in interface ISpecRunnerListenerpublic void reset()
ISpecRunnerListener
reset in interface ISpecRunnerListener
public void onBefore(ISource source,
IContext context,
IResultSet result)
ISourceListener
onBefore in interface ISourceListenersource - The specification.context - A context.result - A result set.
public void onAfter(ISource source,
IContext context,
IResultSet result)
ISourceListener
onAfter in interface ISourceListenersource - 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 | |||||||||