org.epics.pvmanager
Interface ChannelWriteCallback


public interface ChannelWriteCallback

Called by the ChannelHandler once a write is completed.

Author:
carcassi

Method Summary
 void channelWritten(java.lang.Exception ex)
          Called when a write is completed.
 

Method Detail

channelWritten

void channelWritten(java.lang.Exception ex)
Called when a write is completed. If completed without error, the argument is null.

Parameters:
ex - the exception if the write failed, null otherwise