appuimanagerimpl.java.bak
来自「中兴公司在parlayx开发方面的培训文档」· BAK 代码 · 共 23 行
BAK
23 行
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 + =
减小字号Ctrl + -
显示快捷键?