org.mobicents.mscontrol
Interface MsConnectionEvent

All Superinterfaces:
java.io.Serializable

public interface MsConnectionEvent
extends java.io.Serializable

The instance of MsConnectionEvent is fired when ever the state of MsConnection changes

Author:
Oleg Kulikov

Method Summary
 org.mobicents.media.msc.common.events.MsConnectionEventCause getCause()
          Returns the cause for MsConnectionEventID to be fired
 MsConnection getConnection()
          Returnns the underlying MsConnection object which has changed its state
 org.mobicents.media.msc.common.events.MsConnectionEventID getEventID()
          Returns the MsConnectionEventID that represents the state change of MsConnection
 java.lang.String getMessage()
          Returns the message associated with event
 

Method Detail

getConnection

MsConnection getConnection()
Returnns the underlying MsConnection object which has changed its state

Returns:
MsConnection

getEventID

org.mobicents.media.msc.common.events.MsConnectionEventID getEventID()
Returns the MsConnectionEventID that represents the state change of MsConnection

Returns:
MsConnectionEventID

getCause

org.mobicents.media.msc.common.events.MsConnectionEventCause getCause()
Returns the cause for MsConnectionEventID to be fired

Returns:
MsConnectionEventCause

getMessage

java.lang.String getMessage()
Returns the message associated with event

Returns:
String


Copyright © 2008. All Rights Reserved.