Java Programmer's Guide and Reference


Events

JTAPI events, which are used to communicate changes in the states of telephony objects, are sent to the application using Observers that are "registered" with Provider, Call, Terminal, and Address objects. These Observers are called ProviderObservers, CallObservers, TerminalObservers, and AddressObservers, respectively.

Following are important characteristics of events:

Note:
Some JTAPI events are not sent to CallObservers, TerminalObservers, and AddressObservers, because certain states are not supported in CallPath Enterprise's implementation of the IBM CallPath Enterprise Toolkit for Java. For more information about supported and unsupported states, see the tables in the States sections of Connection class, TerminalConnection class, and Agent class.

For more information, refer to the JavaSoft JTAPI 1.2 documentation.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]