SipClientConnectionListenerpublic interface SipClientConnectionListener Listener interface for incoming SIP responses. |
Methods Summary |
---|
public void | notifyResponse(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.
|
|