JSR-043: JTAPI-1.4

javax.telephony.callcontrol
Interface CallControlTerminalListener

All Superinterfaces:
java.util.EventListener, TerminalListener

public interface CallControlTerminalListener
extends TerminalListener

The CallControlTerminalListener interface reports all changes that happen to the Terminal object. This interface extends the TerminalListener interfaces.

Since:
1.4
See Also:
Terminal, TerminalListener, CallControlTerminalEvent

Method Summary
 void terminalDoNotDisturb(CallControlTerminalEvent event)
          The terminalDoNotDisturb method is called to report that the state of the do not disturb feature has changed for the Terminal.
 
Methods inherited from interface javax.telephony.TerminalListener
terminalListenerEnded
 

Method Detail

terminalDoNotDisturb

public void terminalDoNotDisturb(CallControlTerminalEvent event)
The terminalDoNotDisturb method is called to report that the state of the do not disturb feature has changed for the Terminal. The new state of the do not disturb feature can be get by the getDoNotDisturb() method on the CallControlTerminal

Parameters:
event - A CallControlTerminalEvent with eventID CallControlTerminalEvent.CALLCTL_TERMINAL_EVENT_DO_NOT_DISTURB.
See Also:
CallControlTerminalEvent.CALLCTL_TERMINAL_EVENT_DO_NOT_DISTURB, CallControlTerminal.getDoNotDisturb()

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org