org.universAAL.ri.gateway.communicator.service
Interface ResponseCallback

Package class diagram package ResponseCallback

public interface ResponseCallback

Interface used by callbacks that will be notified about response arrivals.

Author:
skallz

Method Summary
 void collectResponse(Message response)
          Is invoked upon arrival of the response for which this callback was registered.
 

Method Detail

collectResponse

void collectResponse(Message response)
                     throws IOException
Is invoked upon arrival of the response for which this callback was registered.

Parameters:
response - the response message
Throws:
IOException


Copyright © 2014 universAAL Consortium. All Rights Reserved.