interface PipeListener<T>
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(Pipe<T> pipe,
Throwable exception) |
void |
messageIncoming(Pipe<T> pipe,
String message,
int type)
Is called when a message from the other side of the pipe is received.
|