org.specrunner.pipeline
Interface IPipeListener

All Known Implementing Classes:
ProfilerPipeListener

public interface IPipeListener

A listener of pipes.

Author:
Thiago Santos

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.
 

Method Detail

onBeforeCheck

void onBeforeCheck(IChannel channel,
                   IPipe source)
Perform something before checking.

Parameters:
channel - The channel.
source - The source.

onAfterCheck

void onAfterCheck(IChannel channel,
                  IPipe source)
Perform something after checking.

Parameters:
channel - The channel.
source - The source.

onBeforeProcess

void onBeforeProcess(IChannel channel,
                     IPipe source)
Perform something before processing.

Parameters:
channel - The channel.
source - The source.

onAfterProcess

void onAfterProcess(IChannel channel,
                    IPipe source)
Perform something after processing.

Parameters:
channel - The channel.
source - The source.


Copyright © 2014. All rights reserved.