JSR-043: JTAPI-1.4

javax.telephony.callcontrol
Interface CallControlCallObserver

All Superinterfaces:
CallObserver

Deprecated. As of JTAPI 1.4, replaced by CallControlCallListener

public interface CallControlCallObserver
extends CallObserver

The CallControlCallObserver interface reports all events for the CallControlCall interface. It also reports events for the CallControlConnection and the CallControlTerminalConnection interfaces. Applications implement this interface to receive these events. All events are reported via the CallObserver.callChangedEvent() method. This interface, therefore, allows applications to signal to the implementation that they are interested in call control package events. This interface defines no additional methods.

All events must extend the CallCtlCallEv event interface, which in turn, extends the core CallEv interface.

The CallControlConnection state events defined in this package are: CallCtlConnOfferedEv, CallCtlConnQueuedEv, CallCtlConnAlertingEv, CallCtlConnInitiatedEv, CallCtlConnDialingEv, CallCtlConnNetworkReachedEv, CallCtlConnNetworkAlertingEv, CallCtlConnFailedEv, CallCtlConnEstablishedEv, CallCtlConnUnknownEv, and CallCtlConnDisconnectedEv.

The CallControlTerminalConnection state events defined in this package are: CallCtlTermConnBridgedEv, CallCtlTermConnDroppedEv, CallCtlTermConnHeldEv, CallCtlTermConnInUseEv, CallCtlTermConnRingingEv, CallCtlTermConnTalkingEv, and CallCtlTermConnUnknownEv.

See Also:
CallObserver, CallEv, Connection, TerminalConnection, CallCtlCallEv, CallCtlConnEv, CallCtlConnAlertingEv, CallCtlConnDialingEv, CallCtlConnDisconnectedEv, CallCtlConnEstablishedEv, CallCtlConnFailedEv, CallCtlConnInitiatedEv, CallCtlConnNetworkAlertingEv, CallCtlConnNetworkReachedEv, CallCtlConnOfferedEv, CallCtlConnQueuedEv, CallCtlConnUnknownEv, CallCtlTermConnEv, CallCtlTermConnRingingEv, CallCtlTermConnTalkingEv, CallCtlTermConnHeldEv, CallCtlTermConnBridgedEv, CallCtlTermConnInUseEv, CallCtlTermConnDroppedEv, CallCtlTermConnUnknownEv

Methods inherited from interface javax.telephony.CallObserver
callChangedEvent
 


JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org