Uses of Interface
org.mobicents.mscontrol.MsConnectionEvent

Packages that use MsConnectionEvent
org.mobicents.mscontrol   
 

Uses of MsConnectionEvent in org.mobicents.mscontrol
 

Methods in org.mobicents.mscontrol with parameters of type MsConnectionEvent
 void MsConnectionListener.connectionCreated(MsConnectionEvent event)
          This method is called when the MsConnectionEventID.CONNECTION_CREATED is fired.
 void MsConnectionListener.connectionDisconnected(MsConnectionEvent event)
          This method is called when MsConnectionEventID.CONNECTION_DISCONNECTED is fired.
 void MsConnectionListener.connectionFailed(MsConnectionEvent event)
          This method is called when the MsConnectionEventID.CONNECTION_FAILED is fired.
 void MsConnectionListener.connectionHalfOpen(MsConnectionEvent event)
          This method is called when MsConnectionEventID.CONNECTION_HALF_OPEN is fired.
 void MsConnectionListener.connectionOpen(MsConnectionEvent event)
          This method is called when MsConnectionEventID.CONNECTION_OPEN is fired.
 



Copyright © 2008. All Rights Reserved.