JTAPI_html 用于JTAPI的HTML文档.

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

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

相关代码

																												  Interface java.telephony.phone.events.DisplayUpdateEv																				All Packages  Class Hierarchy  This Package  Previous  Next  Index												  Interface java.telephony.phone.events.DisplayUpdateEv												   public interface DisplayUpdateEv				   extends Object				   extends PhoneTermEv								The DisplayUpdateEv interface extends the PhoneTermEv interface and is				reported via the PhoneTermObserver interface. This event interface				indicates that the contents of the display component has changed.								Applications may obtain the new contents of the display component via				the getDisplay(int x, int y) method on this interface.																  												   					ID				   Event id																  												   					getDisplay(int, int)				   Returns the displayed string starting at coordinates (x, y).																  												ID								  public final static int ID												   Event id																  												getDisplay								  public abstract String getDisplay(int x,				                                    int y)												   Returns the displayed string starting at coordinates (x, y).								  				     Parameters:				     x - The x-coordinate.				     y - The y-coordinate.				     Returns:				     The string displayed starting at coordinates (x, y).				  																All Packages  Class Hierarchy  This Package  Previous  Next  Index															

相关资源