|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The CallControlConnectionListener is an extension of
both the CallControlCallListener and the
ConnectionListener interfaces. Therefore it reports call
control state changes both of the Call and its Connections.
Connection,
ConnectionEvent,
ConnectionListener,
CallControlConnection,
CallControlConnectionEvent,
CallControlCallListener| Method Summary | |
void |
connectionAlerting(CallControlConnectionEvent event)
The connectionAlerting method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.ALERTING. |
void |
connectionDialing(CallControlConnectionEvent event)
The connectionDialing method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.DIALING. |
void |
connectionDisconnected(CallControlConnectionEvent event)
The connectionDisconnected method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.DISCONNECTED. |
void |
connectionEstablished(CallControlConnectionEvent event)
The connectionEstablished method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.ESTABLISHED. |
void |
connectionFailed(CallControlConnectionEvent event)
The connectionFailed method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.FAILED. |
void |
connectionInitiated(CallControlConnectionEvent event)
The connectionInitiated method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.INITIATED. |
void |
connectionNetworkAlerting(CallControlConnectionEvent event)
The connectionNetworkAlerting method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.NETWORK_ALERTING. |
void |
connectionNetworkReached(CallControlConnectionEvent event)
The connectionNetworkReached method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.NETWORK_REACHED. |
void |
connectionOffered(CallControlConnectionEvent event)
The connectionOffered method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.OFFERED. |
void |
connectionQueued(CallControlConnectionEvent event)
The connectionQueued method is called to report that
the state of the CallControlConnection object has changed
to CallControlConnection.QUEUED. |
void |
connectionUnknown(CallControlConnectionEvent event)
The connectionUnknown method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.UNKNOWN. |
| Methods inherited from interface javax.telephony.CallListener |
callActive, callEventTransmissionEnded, callInvalid, multiCallMetaMergeEnded, multiCallMetaMergeStarted, multiCallMetaTransferEnded, multiCallMetaTransferStarted, singleCallMetaProgressEnded, singleCallMetaProgressStarted, singleCallMetaSnapshotEnded, singleCallMetaSnapshotStarted |
| Methods inherited from interface javax.telephony.ConnectionListener |
connectionAlerting, connectionConnected, connectionCreated, connectionDisconnected, connectionFailed, connectionInProgress, connectionUnknown |
| Method Detail |
public void connectionAlerting(CallControlConnectionEvent event)
connectionAlerting method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.ALERTING.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_ALERTING.CallControlConnectionEvent.CALLCTL_CONNECTION_ALERTING,
CallControlConnection.ALERTINGpublic void connectionDialing(CallControlConnectionEvent event)
connectionDialing method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.DIALING.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_DIALING.CallControlConnectionEvent.CALLCTL_CONNECTION_DIALING,
CallControlConnection.DIALINGpublic void connectionDisconnected(CallControlConnectionEvent event)
connectionDisconnected method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.DISCONNECTED.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_DISCONNECTED.CallControlConnectionEvent.CALLCTL_CONNECTION_DISCONNECTED,
CallControlConnection.DISCONNECTEDpublic void connectionEstablished(CallControlConnectionEvent event)
connectionEstablished method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.ESTABLISHED.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_ESTABLISHED.CallControlConnectionEvent.CALLCTL_CONNECTION_ESTABLISHED,
CallControlConnection.ESTABLISHEDpublic void connectionFailed(CallControlConnectionEvent event)
connectionFailed method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.FAILED.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_FAILED.CallControlConnectionEvent.CALLCTL_CONNECTION_FAILED,
CallControlConnection.FAILEDpublic void connectionInitiated(CallControlConnectionEvent event)
connectionInitiated method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.INITIATED.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_INITIATED.CallControlConnectionEvent.CALLCTL_CONNECTION_INITIATED,
CallControlConnection.INITIATEDpublic void connectionNetworkAlerting(CallControlConnectionEvent event)
connectionNetworkAlerting method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.NETWORK_ALERTING.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_NETWORK_ALERTING.CallControlConnectionEvent.CALLCTL_CONNECTION_NETWORK_ALERTING,
CallControlConnection.NETWORK_ALERTINGpublic void connectionNetworkReached(CallControlConnectionEvent event)
connectionNetworkReached method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.NETWORK_REACHED.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_NETWORK_REACHED.CallControlConnectionEvent.CALLCTL_CONNECTION_NETWORK_REACHED,
CallControlConnection.NETWORK_REACHEDpublic void connectionOffered(CallControlConnectionEvent event)
connectionOffered method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.OFFERED.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_OFFERED.CallControlConnectionEvent.CALLCTL_CONNECTION_OFFERED,
CallControlConnection.OFFEREDpublic void connectionQueued(CallControlConnectionEvent event)
connectionQueued method is called to report that
the state of the CallControlConnection object has changed
to CallControlConnection.QUEUED.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_QUEUED.CallControlConnectionEvent.CALLCTL_CONNECTION_QUEUED,
CallControlConnection.QUEUEDpublic void connectionUnknown(CallControlConnectionEvent event)
connectionUnknown method is called to report that
the state of the CallControlConnection object has changed to
CallControlConnection.UNKNOWN.
event - A CallControlConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_CONNECTION_UNKNOWN.CallControlConnectionEvent.CALLCTL_CONNECTION_UNKNOWN,
CallControlConnection.UNKNOWN
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||