org.ocap.hn.upnp.client
Interface UPnPActionResponseHandler


public interface UPnPActionResponseHandler

This interface represents a listener for an asynchronous UPnP action response.


Method Summary
 void notifyUPnPActionResponse(UPnPResponse response)
          Notifies the listener when a UPnP action response is received.
 

Method Detail

notifyUPnPActionResponse

void notifyUPnPActionResponse(UPnPResponse response)
Notifies the listener when a UPnP action response is received.

Parameters:
response - The response to a UPnP action: a UPnPActionResponse, a UPnPErrorResponse, or a UPnPGeneralErrorResponse.


Copyright © 2011. All Rights Reserved.