📄 servermodule.java
字号:
package net.sf.dz.daemon;/** * A server module. * * @author Copyright © <a href="mailto:vt@freehold.crocodile.org">Vadim Tkachenko</a> 2001-2002 * @version $Id: ServerModule.java,v 1.1 2002/05/22 07:13:12 vtt Exp $ */public interface ServerModule { /** * Attach the module to the server. * * This is necessary for the module to be aware of the context. It is a * responsibility of the module to know how to interpret the server * context. * * <p> * * The module is attached to the server right after it is configured, * but before it is started. * * @param server Server to attach to. */ public void attach(Server server);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -