|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CallControlTerminalConnectionListener
is an extension
of the both the CallControlConnectionListener
and the
TerminalConnectionListener
interfaces. Therefore it reports call
control state changes of the Call, its Connections, and its TerminalConnections.
TerminalConnection
,
TerminalConnectionEvent
,
TerminalConnectionListener
,
CallControlTerminalConnection
,
CallControlTerminalConnectionEvent
,
CallControlCallListener
,
CallControlConnectionListener
,
CallControlTerminalConnectionListener
Method Summary | |
void |
terminalConnectionBridged(CallControlTerminalConnectionEvent event)
The terminalConnectionBridged method is called to report
that the state of the CallControlTerminalConnection object
has changed to CallControlTerminalConnection.BRIDGED . |
void |
terminalConnectionDropped(CallControlTerminalConnectionEvent event)
The terminalConnectionDropped method is called to report
that the state of the CallControlTerminalConnection object
has changed to CallControlTerminalConnection.DROPPED . |
void |
terminalConnectionHeld(CallControlTerminalConnectionEvent event)
The terminalConnectionHeld method is called to report that
the state of the CallControlTerminalConnection object has
changed to CallControlTerminalConnection.HELD . |
void |
terminalConnectionInUse(CallControlTerminalConnectionEvent event)
The terminalConnectionInUse method is called to report that
the state of the CallControlTerminalConnection object has
changed to CallControlTerminalConnection.INUSE . |
void |
terminalConnectionRinging(CallControlTerminalConnectionEvent event)
The terminalConnectionRinging method is called to report that
the state of the CallControlTerminalConnection object has
changed to CallControlTerminalConnection.RINGING . |
void |
terminalConnectionTalking(CallControlTerminalConnectionEvent event)
The terminalConnectionTalking method is called to report that
the state of the CallControlTerminalConnection object has
changed to CallControlTerminalConnection.TALKING . |
void |
terminalConnectionUnknown(CallControlTerminalConnectionEvent event)
The terminalConnectionUnknown method is called to report that
the state of the CallControlTerminalConnection object has
changed to CallControlTerminalConnection.UNKNOWN . |
Methods inherited from interface javax.telephony.callcontrol.CallControlConnectionListener |
connectionAlerting, connectionDialing, connectionDisconnected, connectionEstablished, connectionFailed, connectionInitiated, connectionNetworkAlerting, connectionNetworkReached, connectionOffered, connectionQueued, connectionUnknown |
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 |
Methods inherited from interface javax.telephony.TerminalConnectionListener |
terminalConnectionActive, terminalConnectionCreated, terminalConnectionDropped, terminalConnectionPassive, terminalConnectionRinging, terminalConnectionUnknown |
Method Detail |
public void terminalConnectionBridged(CallControlTerminalConnectionEvent event)
terminalConnectionBridged
method is called to report
that the state of the CallControlTerminalConnection
object
has changed to CallControlTerminalConnection.BRIDGED
.
event
- A CallControlTerminalConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_TERMINAL_CONNECTION_BRIDGED
.CallControlTerminalConnectionEvent.CALLCTL_TERMINAL_CONNECTION_BRIDGED
,
CallControlTerminalConnection.BRIDGED
public void terminalConnectionDropped(CallControlTerminalConnectionEvent event)
terminalConnectionDropped
method is called to report
that the state of the CallControlTerminalConnection
object
has changed to CallControlTerminalConnection.DROPPED
.
event
- A CallControlTerminalConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_TERMINAL_CONNECTION_DROPPED
.CallControlTerminalConnectionEvent.CALLCTL_TERMINAL_CONNECTION_DROPPED
,
CallControlTerminalConnection.DROPPED
public void terminalConnectionHeld(CallControlTerminalConnectionEvent event)
terminalConnectionHeld
method is called to report that
the state of the CallControlTerminalConnection
object has
changed to CallControlTerminalConnection.HELD
.
event
- A CallControlTerminalConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_TERMINAL_CONNECTION_HELD
.CallControlTerminalConnectionEvent.CALLCTL_TERMINAL_CONNECTION_HELD
,
CallControlTerminalConnection.HELD
public void terminalConnectionInUse(CallControlTerminalConnectionEvent event)
terminalConnectionInUse
method is called to report that
the state of the CallControlTerminalConnection
object has
changed to CallControlTerminalConnection.INUSE
.
event
- A CallControlTerminalConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_TERMINAL_CONNECTION_INUSE
.CallControlTerminalConnectionEvent.CALLCTL_TERMINAL_CONNECTION_IN_USE
,
CallControlTerminalConnection.INUSE
public void terminalConnectionRinging(CallControlTerminalConnectionEvent event)
terminalConnectionRinging
method is called to report that
the state of the CallControlTerminalConnection
object has
changed to CallControlTerminalConnection.RINGING
.
event
- A CallControlTerminalConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_TERMINAL_CONNECTION_RINGING
.CallControlTerminalConnectionEvent.CALLCTL_TERMINAL_CONNECTION_RINGING
,
CallControlTerminalConnection.RINGING
public void terminalConnectionTalking(CallControlTerminalConnectionEvent event)
terminalConnectionTalking
method is called to report that
the state of the CallControlTerminalConnection
object has
changed to CallControlTerminalConnection.TALKING
.
event
- A CallControlTerminalConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_TERMINAL_CONNECTION_TALKING
.CallControlTerminalConnectionEvent.CALLCTL_TERMINAL_CONNECTION_TALKING
,
CallControlTerminalConnection.TALKING
public void terminalConnectionUnknown(CallControlTerminalConnectionEvent event)
terminalConnectionUnknown
method is called to report that
the state of the CallControlTerminalConnection
object has
changed to CallControlTerminalConnection.UNKNOWN
.
event
- A CallControlTerminalConnectionEvent with eventID
CallControlConnectionEvent.CALLCTL_TERMINAL_CONNECTION_UNKNOWN
.CallControlTerminalConnectionEvent.CALLCTL_TERMINAL_CONNECTION_UNKNOWN
,
CallControlTerminalConnection.UNKNOWN
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |