⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 java.telephony.addressobserver.html

📁 JTAPI_html 用于JTAPI的HTML文档.
💻 HTML
字号:
<!--NewPage--><html><head><!-- Generated by javadoc on Fri Feb 07 16:42:30 PST 1997 --><a name="_top_"></a><title>  Interface java.telephony.AddressObserver</title></head><body><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.telephony.html">This Package</a>  <a href="java.telephony.Address.html#_top_">Previous</a>  <a href="java.telephony.Call.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre><hr><h1>  Interface java.telephony.AddressObserver</h1><dl>  <dt> public interface <b>AddressObserver</b>  <dt> extends <a href="java.lang.Object.html#_top_">Object</a></dl>The AddressObserver interface reports all state changes on the Addressobject as events. Applications instantiate an object which implementsthis interface and uses the <EM>Address.addObserver()</EM> method to beginthe delivery of events to this object. Applications may use the<EM>Address.removeObserver()</EM> method to discontinue the delivery ofevents to an observer object. A list of observers on the Address object canbe obtained via the <EM>Address.getObservers()</EM> method. Events will bedelivered to the AddressObserver interface only if the Provider is in theProvider.IN_SERVICE state.<p>The AddressObserver interface has one method: <EM>addressChangedEvent()</EM>.This method takes a single argument, an array of AddrEv objects. Applicationsiterate over this array for the individual events. All Address events mustextend the java.telephony.events.AddrEv interface.<p>The AddressObserver reports a list of events because several state changesmay occur at once. To maintain the consistency between the state changesin the call model and the events reported to the application, severalevents may need to be delivered at once.<p>The AddressObserver interface reports the following events. The hyper-linksbelow provide access to the specifications for these events.<p><dl>    <dt> <b>See Also:</b>    <dd> <a href="java.telephony.events.AddrEv.html#_top_">AddrEv</a></dl><hr><a name="index"></a><h2>  <img src="images/method-index.gif" width=207 height=38 alt="Method Index"></h2><dl>  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#addressChangedEvent(java.telephony.events.AddrEv[])"><b>addressChangedEvent</b></a>(AddrEv[])  <dd> Reports all events on the AddressObserver interface.</dl><a name="methods"></a><h2>  <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="addressChangedEvent(java.telephony.events.AddrEv[])"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="addressChangedEvent"><b>addressChangedEvent</b></a><pre>  public abstract void addressChangedEvent(<a href="java.telephony.events.AddrEv.html#_top_">AddrEv</a> eventList[])</pre><dl>  <dd> Reports all events on the AddressObserver interface. This method takesan array of AddrEv object as its argument which reports all these statechanges which have occurred on the Address object.<p>  <dl>    <dt> <b>Parameters:</b>    <dd> eventList - The list of Address events.  </dl></dl><hr><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.telephony.html">This Package</a>  <a href="java.telephony.Address.html#_top_">Previous</a>  <a href="java.telephony.Call.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -