kaos.core.csi.util.tcpSupport
Interface ResponseReceiver

All Known Implementing Classes:
KAoSCSIClient

public interface ResponseReceiver

Author:
KAoS Team $Revision: 1.1 $

Method Summary
 void receiveResponse(java.lang.String response)
          This method is invoked when a response is received via tcp sockets.
 

Method Detail

receiveResponse

void receiveResponse(java.lang.String response)
This method is invoked when a response is received via tcp sockets.

Parameters:
response - String containing the response to receive.