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