Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.connection
Interface ConnectionHandler


public interface ConnectionHandler

Handles connection events. Note that onException and onConnectException has different meaning and first one is not fired during connection procedure.


Method Summary
 void onConnectionClosed(ConnectionClosedEvent event)
          Fired when connection has been closed.
 void onConnectionEstablished()
          Fired when connection with remote party (server) is established.
 

Method Detail

onConnectionEstablished

public void onConnectionEstablished()
Fired when connection with remote party (server) is established.


onConnectionClosed

public void onConnectionClosed(ConnectionClosedEvent event)
Fired when connection has been closed.

Parameters:
event - close event

Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.