📄 resultlistener.java
字号:
/* * Created by IntelliJ IDEA. * User: fsommers * Date: Apr 10, 2002 * Time: 9:29:46 PM * To change template for new interface use * Code Style | Class Templates options (Tools | IDE Options). */package primecruncher;import net.jxta.document.StructuredTextDocument;public interface ResultListener { /** * The document containing the result of the computation. * It also contains the request, as an element. */ public void resultEvent(Result result);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -