javax.telephony.callcontrol
Interface CallControlAddressObserver

All Superinterfaces:
AddressObserver

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.

Avaya is providing its backward-compatible Observer model implementation in this release; in the specification this interface is deprecated As of JTAPI 1.4, replaced by CallControlAddressListener

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

Methods inherited from interface javax.telephony.AddressObserver
addressChangedEvent
 



Copyright © 2005 Avaya All Rights Reserved.