public interface IPipeListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
void onBeforeCheck(IChannel channel, IPipe source)
channel - The channel.source - The source.void onAfterCheck(IChannel channel, IPipe source)
channel - The channel.source - The source.void onBeforeProcess(IChannel channel, IPipe source)
channel - The channel.source - The source.Copyright © 2016. All rights reserved.