?? serverstoprequest.java
字號:
package at.ac.uni_linz.tk.vchat;
/**
* Represents a request for stopping the ChatServer.
*
* @author Arno Huetter
* (C)opyright by the Institute for Computer Science, Telecooperation Department, University of Linz
*/
public class ServerStopRequest extends ServerAdministrationRequest {
/**
* Constructs the ServerStopRequest.
*
* @param keyParam the server's key which was applied when starting the
* ChatServer
*/
public ServerStopRequest(String keyParam) {
super(keyParam);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -