📄 chat.java
字号:
public interface Chat extends java.rmi.Remote { public String serverName() throws java.rmi.RemoteException; public String[] getTranscriptList() throws java.rmi.RemoteException; public boolean connect(ClientCallbacks cl) throws java.rmi.RemoteException; public boolean connect(ClientCallbacks cl,String transcriptName) throws java.rmi.RemoteException,java.io.FileNotFoundException; public void disconnect(ClientCallbacks cl) throws java.rmi.RemoteException; public void sendMessage(String msg) throws java.rmi.RemoteException; public void saveTranscript(String transcriptName) throws java.rmi.RemoteException; public void shutdown() throws java.rmi.RemoteException; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -