?? serverinterface.java
字號:
import java.rmi.*;
public interface Serverinterface extends Remote {
// the server puts the remote methods into the interface for the clients to invoke
public void update(String m) throws java.rmi.RemoteException;
public void addCallback(Callbackinterface CallbackObject)
throws java.rmi.RemoteException;
//the method is used to record the clients.
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -