org.mobicents.mscontrol.impl
Class MsConnectionEventImpl
java.lang.Object
org.mobicents.mscontrol.impl.MsConnectionEventImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Runnable, org.mobicents.mscontrol.MsConnectionEvent
public class MsConnectionEventImpl
- extends java.lang.Object
- implements org.mobicents.mscontrol.MsConnectionEvent, java.lang.Runnable
- Author:
- Oleg Kulikov
- See Also:
- Serialized Form
|
Constructor Summary |
MsConnectionEventImpl(MsConnectionImpl connection,
org.mobicents.mscontrol.MsConnectionEventID eventID,
org.mobicents.mscontrol.MsConnectionEventCause cause,
java.lang.String msg)
Creates a new instance of MsConnectionEventImpl |
|
Method Summary |
org.mobicents.mscontrol.MsConnectionEventCause |
getCause()
|
org.mobicents.mscontrol.MsConnection |
getConnection()
|
org.mobicents.mscontrol.MsConnectionEventID |
getEventID()
|
java.lang.String |
getMessage()
|
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsConnectionEventImpl
public MsConnectionEventImpl(MsConnectionImpl connection,
org.mobicents.mscontrol.MsConnectionEventID eventID,
org.mobicents.mscontrol.MsConnectionEventCause cause,
java.lang.String msg)
- Creates a new instance of MsConnectionEventImpl
getConnection
public org.mobicents.mscontrol.MsConnection getConnection()
- Specified by:
getConnection in interface org.mobicents.mscontrol.MsConnectionEvent
getEventID
public org.mobicents.mscontrol.MsConnectionEventID getEventID()
- Specified by:
getEventID in interface org.mobicents.mscontrol.MsConnectionEvent
getCause
public org.mobicents.mscontrol.MsConnectionEventCause getCause()
- Specified by:
getCause in interface org.mobicents.mscontrol.MsConnectionEvent
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage in interface org.mobicents.mscontrol.MsConnectionEvent
run
public void run()
- Specified by:
run in interface java.lang.Runnable
Copyright © 2009. All Rights Reserved.