Interface java.telephony.callcontrol.CallControlAddressObserver
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.callcontrol.CallControlAddressObserver

public interface CallControlAddressObserver
extends Object
extends AddressObserver
The CallControlAddressObserver reports all events for the CallControlAddress object. Note that this interface does not support any method. Application which want CallControlAddress events should instantiate an object which implements this interface. Because this interface extends the telehpony.AddressObserver interface, all events are reported via the AddressObserver.addressChangedEvent method. Therefore, all CallControlAddress events must extend the telphony.events.AddrEv interface.

This interface exists to allow applications to "signal" to the implementation whether or not they want CallControlAddress events delivered to their application.

See Also:
AddressObserver, AddrEv


All Packages  Class Hierarchy  This Package  Previous  Next  Index