com.skype.ipc
Interface ConnectionListener


public interface ConnectionListener


Method Summary
 void sidOnConnected()
           
 void sidOnConnecting()
           
 void sidOnDisconnected(java.lang.String cause)
          The connection to the runtime has closed.
 

Method Detail

sidOnDisconnected

void sidOnDisconnected(java.lang.String cause)
The connection to the 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.


sidOnConnected

void sidOnConnected()

sidOnConnecting

void sidOnConnecting()


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