JSR-043: JTAPI-1.4

javax.telephony.callcontrol
Interface CallControlAddressObserver

All Superinterfaces:
AddressObserver

Deprecated. As of JTAPI 1.4, replaced by CallControlAddressListener

public interface CallControlAddressObserver
extends AddressObserver

The CallControlAddressObserver interface reports all events for the CallControlAddress interface. Applications implement this interface to receive CallControlAddress-related events. All events are reported via the AddressObserver.addressChangedEvent() 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 CallCtlAddrEv event interface, which in turn, extends the core AddrEv interface.

The following are those events which are associated with this interface:

CallCtlAddrDoNotDisturbEv Indicates the do not disturb characteristics of this Address has changed.
CallCtlAddrForwardEv Indicates the forwarding characteristics of this Address has changed.
CallCtlAddrMessageWaitingEv Indicates the message waiting characteristics of this Address has changed.

See Also:
AddressObserver, AddrEv, CallControlAddress, CallCtlAddrEv, CallCtlAddrDoNotDisturbEv, CallCtlAddrForwardEv, CallCtlAddrMessageWaitingEv

Methods inherited from interface javax.telephony.AddressObserver
addressChangedEvent
 


JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org