appuiimpl.java
来自「中兴公司在parlayx开发方面的培训文档」· Java 代码 · 共 16 行
JAVA
16 行
package samples;
public class AppUIImpl extends org.csapi.ui.IpAppUIPOA
{
public AppUIImpl(){}
public void sendInfoRes (int userInteractionSessionID,
int assignmentID, org.csapi.ui.TpUIReport response){}
public void sendInfoErr (int userInteractionSessionID,
int assignmentID, org.csapi.ui.TpUIError error){}
public void sendInfoAndCollectRes (int userInteractionSessionID,
int assignmentID, org.csapi.ui.TpUIReport response, String collectedInfo){}
public void sendInfoAndCollectErr (int userInteractionSessionID,
int assignmentID, org.csapi.ui.TpUIError error){}
public void userInteractionFaultDetected (int userInteractionSessionID,
org.csapi.ui.TpUIFault fault){}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?