⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 callassociation.java

📁 First of all, the Applet-phone is a SIP User-Agent with audio and text messaging capabilities. But
💻 JAVA
字号:
/* * CallAssociation.java * * Created on May 7, 2003, 9:40 AM */package gov.nist.examples.pcc;/** * * @author  deruelle */public class CallAssociation {        protected Call firstCall;    protected Call secondCall;        /** Creates a new instance of CallAssociation */    public CallAssociation(Call firstCall,Call secondCall) {        this.firstCall=firstCall;        this.secondCall=secondCall;    }        public String getCallId() {        return firstCall.callId;    }    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -