?? appcalllegimpl.java
字號:
package samples;
public class AppCallLegImpl extends org.csapi.cc.mpccs.IpAppCallLegPOA
{
public AppCallLegImpl(){}
public void eventReportRes(int callLegSessionID,
org.csapi.cc.TpCallEventInfo eventInfo)
{
TheApplication.eventReportRes(callLegSessionID, eventInfo);
}
public void eventReportErr (int callLegSessionID,
org.csapi.cc.TpCallError errorIndication){}
public void attachMediaRes (int callLegSessionID){}
public void attachMediaErr (int callLegSessionID,
org.csapi.cc.TpCallError errorIndication){}
public void detachMediaRes (int callLegSessionID){}
public void detachMediaErr (int callLegSessionID,
org.csapi.cc.TpCallError errorIndication){}
public void getInfoRes (int callLegSessionID,
org.csapi.cc.TpCallLegInfoReport callLegInfoReport){}
public void getInfoErr (int callLegSessionID,
org.csapi.cc.TpCallError errorIndication){}
public void routeErr (int callLegSessionID,
org.csapi.cc.TpCallError errorIndication){}
public void superviseRes (int callLegSessionID, int report,
int usedTime){}
public void superviseErr (int callLegSessionID,
org.csapi.cc.TpCallError errorIndication){}
public void callLegEnded (int callLegSessionID,
org.csapi.cc.TpReleaseCause cause){}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -