📄 appuiimpl.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -