javax.microedition.sip
Interface SipClientConnectionListener


public interface SipClientConnectionListener

Listener interface for incoming SIP responses.

See Also:
SipClientConnection

Method Summary
 void notifyResponse(SipClientConnection scc)
          This method gives the SipClientConnection instance, which has received a new SIP response.
 

Method Detail

notifyResponse

void notifyResponse(SipClientConnection scc)

This method gives the SipClientConnection instance, which has received a new SIP response. The application implementing this listener interface has to call SipClientConnection.receive() to initialize the SipClientConnection object with the new response.

Parameters:
scc - SipClientConnection carrying the response


Copyright © 2007 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.