?? 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 + -