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

📄 appuimanagerimpl.java

📁 中兴公司在parlayx开发方面的培训文档
💻 JAVA
字号:
package samples;

public class AppUIManagerImpl extends org.csapi.ui.IpAppUIManagerPOA
{
	public AppUIManagerImpl() {}
	
	public void userInteractionAborted (org.csapi.ui.TpUIIdentifier userInteraction){}

	public org.csapi.ui.IpAppUI reportNotification(
            org.csapi.ui.TpUIIdentifier userInteraction,
            org.csapi.ui.TpUIEventInfo eventInfo, int assignmentID)
	{
		return new AppUIImpl;
	}
	public void userInteractionNotificationInterrupted (){}
	public void userInteractionNotificationContinued (){}

}




⌨️ 快捷键说明

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