JTAPI_html 用于JTAPI的HTML文档.

源代码在线查看: java.telephony.phone.phoneterminal.html

软件大小: 505 K
上传用户: sinoarts
关键词: JTAPI_html JTAPI HTML 文档
下载地址: 免注册下载 普通下载 VIP

相关代码

																												  Interface java.telephony.phone.PhoneTerminal																				All Packages  Class Hierarchy  This Package  Previous  Next  Index												  Interface java.telephony.phone.PhoneTerminal												   public interface PhoneTerminal				   extends Object				   extends Terminal								The PhoneTerminal interface extends the Terminal interface to provide				functionality for the Phone package. It allows applications to obtain				arrays of telephony Components (each group is called a ComponentGroup)				which represents the physical components of telephones.																  												   					getComponentGroups()				   Returns an array of ComponentGroup objects available on the Terminal.																  												getComponentGroups								  public abstract ComponentGroup[] getComponentGroups() throws PlatformException												   Returns an array of ComponentGroup objects available on the Terminal. A				ComponentGroup object is composed of a number of Components. Examples of				Component objects include headsets, handsets, speakerphones, and				buttons. ComponentGroup objects group Components together.								  				     Returns:				     An array of ComponetGroup objects on this Terminal.				     Throws: PlatformException				     A platform-specific exception occurred.				  																All Packages  Class Hierarchy  This Package  Previous  Next  Index															

相关资源