|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The CallControlAddressListener interface reports all changes
that happen to the CallControlAddress object, reported as CallControlAddressEvents.
This interface extends the AddressListener interface.
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 |
public void addressDoNotDisturb(CallControlAddressEvent event)
CallControlAddress. The new state of the do not disturb
feature can be gotten by the getDoNotDisturb() method on
the CallControlAddress.
event - A CallControlAddressEvent with eventID
CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_DO_NOT_DISTURB.CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_DO_NOT_DISTURB,
CallControlAddress.getDoNotDisturb()public void addressForwarded(CallControlAddressEvent event)
CallControlAddress. The new state of the forward
feature can be gotten by the getForwarding() method on
the CallControlAddress
event - A CallControlAddressEvent with eventID
CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_FORWARD.CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_FORWARD,
CallControlAddress.getForwarding()public void addressMessageWaiting(CallControlAddressEvent event)
CallControlAddress. The new state of the state of the
message waiting feature can be gotten by the
addressMessageWaiting() method on the
CallControlAddress
event - A CallControlAddressEvent with eventID
CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_MESSAGE_WAITING.CallControlAddressEvent.CALLCTL_ADDRESS_EVENT_MESSAGE_WAITING,
CallControlAddress.getMessageWaiting()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||