|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.pipeline.ProfilerPipeListener
public class ProfilerPipeListener
Pipe profiler.
| Constructor Summary | |
|---|---|
ProfilerPipeListener()
|
|
| Method Summary | |
|---|---|
void |
onAfterCheck(IChannel channel,
IPipe source)
Perform something after checking. |
void |
onAfterProcess(IChannel channel,
IPipe source)
Perform something after processing. |
void |
onBeforeCheck(IChannel channel,
IPipe source)
Perform something before checking. |
void |
onBeforeProcess(IChannel channel,
IPipe source)
Perform something before processing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfilerPipeListener()
| Method Detail |
|---|
public void onBeforeCheck(IChannel channel,
IPipe source)
IPipeListener
onBeforeCheck in interface IPipeListenerchannel - The channel.source - The source.
public void onAfterCheck(IChannel channel,
IPipe source)
IPipeListener
onAfterCheck in interface IPipeListenerchannel - The channel.source - The source.
public void onBeforeProcess(IChannel channel,
IPipe source)
IPipeListener
onBeforeProcess in interface IPipeListenerchannel - The channel.source - The source.
public void onAfterProcess(IChannel channel,
IPipe source)
IPipeListener
onAfterProcess in interface IPipeListenerchannel - The channel.source - The source.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||