|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPipeListener
A listener of pipes.
| 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 |
|---|
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.
void onAfterProcess(IChannel channel,
IPipe source)
channel - The channel.source - The source.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||