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

📄 infotimer.java

📁 The source code for this package is located in src/gov/nist/sip/proxy. The proxy is a pure JAIN-SIP
💻 JAVA
字号:
/******************************************************************************** Product of NIST/ITL Advanced Networking Technologies Division (ANTD)         ** Creator: O. Deruelle (deruelle@nist.gov)                                     ** Questions/Comments: nist-sip-dev@antd.nist.gov                               ********************************************************************************/package gov.nist.sip.instantmessaging;import java.util.*;import java.io.*;import java.net.*;import gov.nist.sip.instantmessaging.*;/** Class for killing the processes and restoring the ports. */public class InfoTimer extends TimerTask {        private ChatSession chatSession;         /**      */        public InfoTimer(ChatSession chatSession) {        this.chatSession=chatSession;    }    /**       */        public void  run() {          // WE reinitialize the text        chatSession.setInfo("");    }    }

⌨️ 快捷键说明

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