FileDocCategorySizeDatePackage
SipClientConnectionListener.javaAPI DocphoneME MR2 API (J2ME)1719Wed May 02 18:00:40 BST 2007javax.microedition.sip

SipClientConnectionListener

public interface SipClientConnectionListener
Listener interface for incoming SIP responses.
see
JSR180 spec, v 1.0.1, p 40

Fields Summary
Constructors Summary
Methods Summary
public voidnotifyResponse(javax.microedition.sip.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.

param
scc - SipClientConnection carrying the response