?? 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 + -