|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MsConnectionListener
The class interested in receiving the MsConnectionEvent should implement this interface. When ever there is change in state of MsConnection, instance of MsConnectionEvent is fired.
| Method Summary | |
|---|---|
void |
connectionCreated(MsConnectionEvent event)
This method is called when the MsConnectionEventID.CONNECTION_CREATED is fired. |
void |
connectionDeleted(MsConnectionEvent event)
This method is called when MsConnectionEventID.CONNECTION_DELETED is fired. |
void |
connectionInitialized(MsConnectionEvent event)
This method is called when the MsConnectionEventID.CONNECTION_INITIALIZED is fired. |
void |
connectionModifed(MsConnectionEvent event)
This method is called when MsConnectionEventID.CONNECTION_MODIFIED is fired. |
void |
txFailed(MsConnectionEvent event)
This method is called when MsConnectionEventID.TX_FAILED is fired. |
| Method Detail |
|---|
void connectionInitialized(MsConnectionEvent event)
event - void connectionCreated(MsConnectionEvent event)
org.mobicents.media.server.spi.Connection is successful
event - void connectionModifed(MsConnectionEvent event)
org.mobicents.media.server.spi.Connection is successful
event - void connectionDeleted(MsConnectionEvent event)
event - void txFailed(MsConnectionEvent event)
org.mobicents.media.server.spi.Connection
fails when MsConnection.modify(String localDesc, String remoteDesc) is
called
event -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||