bing
Interface BingAsyncRequestNotification


public interface BingAsyncRequestNotification

Informal interface which Bing Asynchronous Search delegates should implement


Method Summary
 void receiveBingResponse(BingResponse response)
          Executed when a BingResponse is received from the API.
 

Method Detail

receiveBingResponse

void receiveBingResponse(BingResponse response)
Executed when a BingResponse is received from the API.

Parameters:
response - The BingResponse object for the received API response.