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

📄 java.telephony.events.ev.html

📁 JTAPI_html 用于JTAPI的HTML文档.
💻 HTML
📖 第 1 页 / 共 2 页
字号:
  public final static int CAUSE_UNKNOWN</pre><dl>  <dd> Cause code indicating the cause was unknown</dl><a name="CAUSE_CALL_CANCELLED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>CAUSE_CALL_CANCELLED</b><pre>  public final static int CAUSE_CALL_CANCELLED</pre><dl>  <dd> Cause code indicating the user has terminatedcall without going on-hook</dl><a name="CAUSE_DEST_NOT_OBTAINABLE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>CAUSE_DEST_NOT_OBTAINABLE</b><pre>  public final static int CAUSE_DEST_NOT_OBTAINABLE</pre><dl>  <dd> Cause code indicating the destination is notavailable</dl><a name="CAUSE_INCOMPATIBLE_DESTINATION"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>CAUSE_INCOMPATIBLE_DESTINATION</b><pre>  public final static int CAUSE_INCOMPATIBLE_DESTINATION</pre><dl>  <dd> Cause code indicating that a call has encounteredan incompatible destination</dl><a name="CAUSE_LOCKOUT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>CAUSE_LOCKOUT</b><pre>  public final static int CAUSE_LOCKOUT</pre><dl>  <dd> Cause code indicating that a call encountered interdigit timeout while dialing</dl><a name="CAUSE_NEW_CALL"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>CAUSE_NEW_CALL</b><pre>  public final static int CAUSE_NEW_CALL</pre><dl>  <dd> Cause code indicating that a new call</dl><a name="CAUSE_RESOURCES_NOT_AVAILABLE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>CAUSE_RESOURCES_NOT_AVAILABLE</b><pre>  public final static int CAUSE_RESOURCES_NOT_AVAILABLE</pre><dl>  <dd> Cause code indicating resouces were not available</dl><a name="CAUSE_NETWORK_CONGESTION"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>CAUSE_NETWORK_CONGESTION</b><pre>  public final static int CAUSE_NETWORK_CONGESTION</pre><dl>  <dd> Cause code indicating call encountered network congestion</dl><a name="CAUSE_NETWORK_NOT_OBTAINABLE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>CAUSE_NETWORK_NOT_OBTAINABLE</b><pre>  public final static int CAUSE_NETWORK_NOT_OBTAINABLE</pre><dl>  <dd> Cause code indicating call could not reach a destination network</dl><a name="CAUSE_SNAPSHOT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>CAUSE_SNAPSHOT</b><pre>  public final static int CAUSE_SNAPSHOT</pre><dl>  <dd> Cause code indicating that the event is part of a snapshot of thecurrent state of the call.</dl><a name="META_CALL_STARTING"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>META_CALL_STARTING</b><pre>  public final static int META_CALL_STARTING</pre><a name="META_CALL_PROGRESS"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>META_CALL_PROGRESS</b><pre>  public final static int META_CALL_PROGRESS</pre><a name="META_CALL_ADDITIONAL_PARTY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>META_CALL_ADDITIONAL_PARTY</b><pre>  public final static int META_CALL_ADDITIONAL_PARTY</pre><dl>  <dd> Meta-code description for addition of a party to call. This includesadding a connection to the call.</dl><a name="META_CALL_REMOVING_PARTY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>META_CALL_REMOVING_PARTY</b><pre>  public final static int META_CALL_REMOVING_PARTY</pre><dl>  <dd> Meta-code description for a party leaving the call. This includesexactly one Connection moving to the DISCONNECTED state and all ofits TerminalConnections moving to the DROPPED state.</dl><a name="META_CALL_ENDING"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>META_CALL_ENDING</b><pre>  public final static int META_CALL_ENDING</pre><dl>  <dd> Meta-code description for the entire call ending. This includesthe call going to INVALID, all of the Connections moving to theDISCONNECTED state and all of the TerminalConnections moving to theDROPPED state.</dl><a name="META_CALL_MERGING"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>META_CALL_MERGING</b><pre>  public final static int META_CALL_MERGING</pre><dl>  <dd> Meta-code description for an action of merging two calls. Thisinvolves the removal of one party from one call and the additionof the same party to another call. For this meta-code, the eventsmay either be the addition of a party or the removal of a partyfor this particular call.</dl><a name="META_CALL_TRANFERRING"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>META_CALL_TRANFERRING</b><pre>  public final static int META_CALL_TRANFERRING</pre><dl>  <dd> Meta-code description for an action of transfering one call to another.This involves the removal of parties from one call and the additionto another call, and the common party dropping off completely.</dl><a name="methods"></a><h2>  <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="getCause()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getCause"><b>getCause</b></a><pre>  public abstract int getCause()</pre><dl>  <dd> Returns the cause associated with this event. Every event has a cause.The various cause values are defined as public static final variabliesin this interface.<p>  <dl>    <dt> <b>Returns:</b>    <dd> s The cause of the event.  </dl></dl><a name="getMetaCode()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getMetaCode"><b>getMetaCode</b></a><pre>  public abstract int getMetaCode()</pre><dl>  <dd> Returns the meta-code associated with this event. The meta-code providesa higher-level description of the event.<p>  <dl>    <dt> <b>Returns:</b>    <dd> The meta-code for this event.  </dl></dl><a name="isNewMetaEvent()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="isNewMetaEvent"><b>isNewMetaEvent</b></a><pre>  public abstract boolean isNewMetaEvent()</pre><a name="getID()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getID"><b>getID</b></a><pre>  public abstract int getID()</pre><dl>  <dd> Returns the id of event. Every event has an id.The defined id of each event matches the object type of eachevent. The defined id allows applications to switch on eventid rather than having to use multiple "if instanceOf" statements.<p>  <dl>    <dt> <b>Returns:</b>    <dd> s The id of the event.  </dl></dl><a name="getObserved()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getObserved"><b>getObserved</b></a><pre>  public abstract <a href="java.lang.Object.html#_top_">Object</a> getObserved()</pre><dl>  <dd> Returns the object that is being observed.<p>  <dl>    <dt> <b>Returns:</b>    <dd> s The object that is being observed.  </dl></dl><hr><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.telephony.events.html">This Package</a>  <a href="java.telephony.events.ConnUnknownEv.html#_top_">Previous</a>  <a href="java.telephony.events.ProvEv.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

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