com.skype.ipc
Interface RootObject.ErrorListener

Enclosing class:
RootObject

public static interface RootObject.ErrorListener


Method Summary
 void OnSkypeKitConnectionClosed()
          The connection to the SkypeKit runtime has closed.
 void OnSkypeKitFatalError()
          A non-recoverable error has occurred.
 

Method Detail

OnSkypeKitFatalError

void OnSkypeKitFatalError()
A non-recoverable error has occurred. The application is given a chance to terminate gracefully.


OnSkypeKitConnectionClosed

void OnSkypeKitConnectionClosed()
The connection to the SkypeKit runtime has closed. Recovery is theoretically possible if the runtime can be restarted, the connection re-initialized, and session logins restored, but more often this is indicative of a fatal error condition.



Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.