JSR-043: JTAPI-1.4

javax.telephony.callcenter
Interface CallCenterCallObserver

All Superinterfaces:
CallObserver

Deprecated. As of JTAPI 1.4, replaced by CallCenterCallListener

public interface CallCenterCallObserver
extends CallObserver

The CallCenterCallObserver interface extends the event reporting of of the core CallObserver to include call center related events. Applications instantiate an object which implements this interface and use the Call.addObserver() to request delivery of events to this observer object. Events will be delivered to this interface only if the Provider is in the Provider.IN_SERVICE state. All events which are reported via this interface must extend the CallCentCallEv interface.

Events are reported via the CallObserver.callChangedEvent() method. This interface defines no additional methods and therefore serves as a way applications signal to the implementation that is desires call center package events.

See Also:
Call, CallObserver, CallCentCallEv, CallCentTrunkValidEv, CallCentTrunkInvalidEv, CallCentCallAppDataEv, CallCentConnInProgressEv

Methods inherited from interface javax.telephony.CallObserver
callChangedEvent
 


JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org