Interface java.telephony.callcontrol.CallControlTerminalObserver
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.callcontrol.CallControlTerminalObserver
- public interface CallControlTerminalObserver
- extends Object
- extends TerminalObserver
The CallControlTerminalObserver reports all events for the
CallControlTerminal object. Note that this interface does not support any
method. Application which want CallControlTerminal events should instantiate
an object which implements this interface. Because this interface extends
the telehpony.TerminalObserver interface, all events are reported via the
TerminalObserver.terminalChangedEvent method. Therefore, all
CallControlTerminal events must extend the telphony.events.TermEv
interface.
This interface exists to allow applications to "signal" to the
implementation whether or not they want CallControlTerminal events delivered
to their application.
- See Also:
- TerminalObserver, TermEv
All Packages Class Hierarchy This Package Previous Next Index