remoteaccesible.java

来自「JAVA 数学程序库 提供常规的数值计算程序包」· Java 代码 · 共 14 行

JAVA
14
字号
package jmathlib.ui.awt;

public interface RemoteAccesible
{
        /**Let the actual class call to the close method of the caller class.*/
	void close();

	/**Let the actual class call to the interpretLine method of the caller class.*/
	void interpretLine(String line);

//	/**Unused. Let the actual class call to the init method of the caller class.*/
//	public void init();
}

⌨️ 快捷键说明

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