javax.microedition.sip
Interface SipErrorListener


public interface SipErrorListener

Listener interface for notifications about failure of asynchronous send operations. The application implementing this interface has to register it with a SipConnection instance using the SipConnection.setErrorListener method.

See Also:
SipConnection

Method Summary
 void notifyError(java.lang.String message)
          A callback method which gets called when an asynchronous send operation fails.
 

Method Detail

notifyError

void notifyError(java.lang.String message)

A callback method which gets called when an asynchronous send operation fails.

Parameters:
message - implementation dependent non-localized information about the error. Implementations supplying this message are free to include any platform specific error codes, exception traces, etc.


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