public interface PipeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBroken(Pipe pipe,
BrokenPipeException e)
Called if a stream is broken
|
void |
onClose(Pipe pipe)
Called when a pipe is closed correctly after the stream ends
|
void |
onConnect(Pipe pipe)
Called when the pipe is connected
|
void |
onInterrupt(Pipe pipe)
Called if the pipe is interrupted either if the thread is interrupted or by a call to
PipeConnection.interrupt() |
void onConnect(Pipe pipe)
void onClose(Pipe pipe)
void onBroken(Pipe pipe, BrokenPipeException e)
void onInterrupt(Pipe pipe)
PipeConnection.interrupt()Copyright © 2011 Ovea. All Rights Reserved.