it.dtt.ca.response
Interface ResponseListener


public interface ResponseListener

The interface is used to receive a response to a specific request.


Method Summary
 void responseEventReceived(ResponseEvent event)
          Receives the event generated as a response to a request.
 

Method Detail

responseEventReceived

void responseEventReceived(ResponseEvent event)
Receives the event generated as a response to a request.

Parameters:
event - the response event.