chatnotify.java

来自「This is the simple Chat application use 」· Java 代码 · 共 27 行

JAVA
27
字号
package chat.share;

import java.rmi.*;
import java.util.*;

public interface ChatNotify extends Remote {

	/**
	 * 儊僢僙乕僕張棟
	 *
	 */
	public void notifyMessage(String msg) throws RemoteException;


	/**
	 * 儐乕僓儕僗僩Refresh
	 *
	 */
	public void refreshUserList(Vector users) throws RemoteException;


	/**
	 * 僋儔僀儞alive敾抐
	 *
	 */
	public void pingUser() throws RemoteException;
}

⌨️ 快捷键说明

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