org.szegedi.nbpipe
Interface ChannelWriteListener


public interface ChannelWriteListener


Method Summary
 void ioExceptionRaised(java.io.IOException e)
          Called after writing to the channel is interrupted by an IOException.
 

Method Detail

ioExceptionRaised

public void ioExceptionRaised(java.io.IOException e)
Called after writing to the channel is interrupted by an IOException.