org.specrunner.pipeline
Class ProfilerPipeListener

java.lang.Object
  extended by org.specrunner.pipeline.ProfilerPipeListener
All Implemented Interfaces:
IPipeListener

public class ProfilerPipeListener
extends Object
implements IPipeListener

Pipe profiler.

Author:
Thiago Santos

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

ProfilerPipeListener

public ProfilerPipeListener()
Method Detail

onBeforeCheck

public void onBeforeCheck(IChannel channel,
                          IPipe source)
Description copied from interface: IPipeListener
Perform something before checking.

Specified by:
onBeforeCheck in interface IPipeListener
Parameters:
channel - The channel.
source - The source.

onAfterCheck

public void onAfterCheck(IChannel channel,
                         IPipe source)
Description copied from interface: IPipeListener
Perform something after checking.

Specified by:
onAfterCheck in interface IPipeListener
Parameters:
channel - The channel.
source - The source.

onBeforeProcess

public void onBeforeProcess(IChannel channel,
                            IPipe source)
Description copied from interface: IPipeListener
Perform something before processing.

Specified by:
onBeforeProcess in interface IPipeListener
Parameters:
channel - The channel.
source - The source.

onAfterProcess

public void onAfterProcess(IChannel channel,
                           IPipe source)
Description copied from interface: IPipeListener
Perform something after processing.

Specified by:
onAfterProcess in interface IPipeListener
Parameters:
channel - The channel.
source - The source.


Copyright © 2014. All rights reserved.