org.mobicents.media.server.spi
Interface ConnectionListener

All Superinterfaces:
java.io.Serializable

public interface ConnectionListener
extends java.io.Serializable

Author:
Oleg Kulikov

Method Summary
 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)


Copyright © 2010. All Rights Reserved.