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