JTAPI_html 用于JTAPI的HTML文档.

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

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

相关代码

																												  Interface java.telephony.phone.capabilities.ComponentCapabilities																				All Packages  Class Hierarchy  This Package  Previous  Next  Index												  Interface java.telephony.phone.capabilities.ComponentCapabilities												   public interface ComponentCapabilities				   extends Object																				  												   					canControl()				   Returns true if the component can be controlled.				   					canObserve()				   Returns true if the component can be observed.																  												canObserve								  public abstract boolean canObserve()												   Returns true if the component can be observed. For example, 				this method on a PhoneMicrophone component would return true, if 				events for changes in gain setting can be received through				the TerminalObserver interface and also if the "get" methods on				each of the component interfaces is expected to be successful.								  				     Returns:				     True if the component can be observed, false otherwise.				  												canControl								  public abstract boolean canControl()												   Returns true if the component can be controlled. For example, 				this method on a PhoneMicrophone component would return true, if 				the gain setting can be adjusted programmatically.								  				     Returns:				     True if the componet can be controlled, false otherwise.				  																All Packages  Class Hierarchy  This Package  Previous  Next  Index															

相关资源