org.mobicents.mscontrol
Interface MsLinkEvent

All Superinterfaces:
java.io.Serializable

public interface MsLinkEvent
extends java.io.Serializable

Instance of MsLinkEvent is fired when ever state of MsLink is changed

Author:
Oleg Kulikov

Method Summary
 org.mobicents.media.msc.common.events.MsLinkEventCause getCause()
          Returns the cause for MsLinkEventID to be fired
 org.mobicents.media.msc.common.events.MsLinkEventID getEventID()
          Returns the MsLinkEventID that represents the state change of MsLink
 java.lang.String getMessage()
          Returns the message associated with event
 MsLink getSource()
          Returns the instance of MsLink who is firing this event
 

Method Detail

getSource

MsLink getSource()
Returns the instance of MsLink who is firing this event

Returns:

getEventID

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

Returns:

getCause

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

Returns:

getMessage

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

Returns:


Copyright © 2008. All Rights Reserved.