org.mobicents.slee.resource.media.local
Class MsConnectionEventProxy
java.lang.Object
org.mobicents.slee.resource.media.local.MsConnectionEventProxy
- All Implemented Interfaces:
- java.io.Serializable, org.mobicents.mscontrol.MsConnectionListener
public class MsConnectionEventProxy
- extends java.lang.Object
- implements org.mobicents.mscontrol.MsConnectionListener
- Author:
- Oleg Kulikov, amit.bhayani
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsConnectionEventProxy
protected MsConnectionEventProxy(MsProviderLocal provider)
connectionCreated
public void connectionCreated(org.mobicents.mscontrol.MsConnectionEvent event)
- Specified by:
connectionCreated in interface org.mobicents.mscontrol.MsConnectionListener
connectionFailed
public void connectionFailed(org.mobicents.mscontrol.MsConnectionEvent event)
- Specified by:
connectionFailed in interface org.mobicents.mscontrol.MsConnectionListener
connectionHalfOpen
public void connectionHalfOpen(org.mobicents.mscontrol.MsConnectionEvent event)
- Specified by:
connectionHalfOpen in interface org.mobicents.mscontrol.MsConnectionListener
connectionOpen
public void connectionOpen(org.mobicents.mscontrol.MsConnectionEvent event)
- Specified by:
connectionOpen in interface org.mobicents.mscontrol.MsConnectionListener
connectionDisconnected
public void connectionDisconnected(org.mobicents.mscontrol.MsConnectionEvent event)
- Specified by:
connectionDisconnected in interface org.mobicents.mscontrol.MsConnectionListener
connectionModeRecvOnly
public void connectionModeRecvOnly(org.mobicents.mscontrol.MsConnectionEvent event)
- Specified by:
connectionModeRecvOnly in interface org.mobicents.mscontrol.MsConnectionListener
connectionModeSendOnly
public void connectionModeSendOnly(org.mobicents.mscontrol.MsConnectionEvent event)
- Specified by:
connectionModeSendOnly in interface org.mobicents.mscontrol.MsConnectionListener
connectionModeSendRecv
public void connectionModeSendRecv(org.mobicents.mscontrol.MsConnectionEvent event)
- Specified by:
connectionModeSendRecv in interface org.mobicents.mscontrol.MsConnectionListener
Copyright © 2009. All Rights Reserved.