JSR-043: JTAPI-1.4

javax.telephony.callcontrol
Interface CallControlAddressListener

All Superinterfaces:
AddressListener, java.util.EventListener

public interface CallControlAddressListener
extends AddressListener

The CallControlAddressListener interface reports all changes that happen to the CallControlAddress object, reported as CallControlAddressEvents. This interface extends the AddressListener interface.

Since:
1.4
See Also:
Address, AddressListener, CallControlAddressEvent

Method Summary
 void addressDoNotDisturb(CallControlAddressEvent event)
          This method is called to report that the state of the do not disturb feature has changed for the CallControlAddress.
 void addressForwarded(CallControlAddressEvent event)
          This method is called to report that the state of the forward feature has changed for the CallControlAddress.
 void addressMessageWaiting(CallControlAddressEvent event)
          This method is called to report that the state of the message waiting feature has changed for the CallControlAddress.
 
Methods inherited from interface javax.telephony.AddressListener
addressListenerEnded
 

Method Detail

addressDoNotDisturb

public void addressDoNotDisturb(CallControlAddressEvent event)
This method is called to report that the state of the do not disturb feature has changed for the CallControlAddress. The new state of the do not disturb feature can be gotten by the getDoNotDisturb() method on the CallControlAddress.

Parameters:
event - A CallControlAddressEvent with eventID CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_DO_NOT_DISTURB.
See Also:
CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_DO_NOT_DISTURB, CallControlAddress.getDoNotDisturb()

addressForwarded

public void addressForwarded(CallControlAddressEvent event)
This method is called to report that the state of the forward feature has changed for the CallControlAddress. The new state of the forward feature can be gotten by the getForwarding() method on the CallControlAddress

Parameters:
event - A CallControlAddressEvent with eventID CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_FORWARD.
See Also:
CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_FORWARD, CallControlAddress.getForwarding()

addressMessageWaiting

public void addressMessageWaiting(CallControlAddressEvent event)
This method is called to report that the state of the message waiting feature has changed for the CallControlAddress. The new state of the state of the message waiting feature can be gotten by the addressMessageWaiting() method on the CallControlAddress

Parameters:
event - A CallControlAddressEvent with eventID CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_MESSAGE_WAITING.
See Also:
CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_MESSAGE_WAITING, CallControlAddress.getMessageWaiting()

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org