org.mobicents.media.server.spi
Interface ConnectionListener

All Superinterfaces:
java.io.Serializable

public interface ConnectionListener
extends java.io.Serializable

Author:
Oleg Kulikov, amit bhayani

Method Summary
 void onError(Connection connection, java.lang.Exception e)
           
 void onModeChange(Connection connection, ConnectionMode oldMode)
           
 void onStateChange(Connection connection, ConnectionState oldState)
           
 

Method Detail

onStateChange

void onStateChange(Connection connection,
                   ConnectionState oldState)

onModeChange

void onModeChange(Connection connection,
                  ConnectionMode oldMode)

onError

void onError(Connection connection,
             java.lang.Exception e)


Copyright © 2010. All Rights Reserved.