com.anwrt.hl.model.listeners
Interface AwtResponseListener


public interface AwtResponseListener

The listener interface for receiving server acknowledgment. Its registration is done with the addDataContainer(AbstractDataContainer dataContainer) method of the AwtDataManager object.

creation : 8 oct. 2008

Author:
David FRANCOIS

Method Summary
 void onAck(int resquestId, AwtResponse response)
          Call by the framework when a message acknowledgment is received.
 

Method Detail

onAck

void onAck(int resquestId,
           AwtResponse response)
Call by the framework when a message acknowledgment is received.

Parameters:
resquestId - The unique requestId of the acknowledged message.
response - The AwtResponse message.