request.java

来自「Java游戏高级编程!!很不错的!!!Java游戏高级编程!!很不错的」· Java 代码 · 共 29 行

JAVA
29
字号
     package com.croftsoft.apps.chat.request;     import java.io.Serializable;     import com.croftsoft.core.security.Authentication;     /*********************************************************************     * An interface for user requests to the Server.     *     * @version     *   2003-06-10     * @since     *   2003-06-10     * @author     *   <a href="http://www.croftsoft.com/">David Wallace Croft</a>     *********************************************************************/     public interface  Request       extends Serializable     //////////////////////////////////////////////////////////////////////     //////////////////////////////////////////////////////////////////////     {     public Authentication  getAuthentication ( );     //////////////////////////////////////////////////////////////////////     //////////////////////////////////////////////////////////////////////     }

⌨️ 快捷键说明

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