pmaclistener.java

来自「j2me实现的移动机器人代码(Java实现)」· Java 代码 · 共 19 行

JAVA
19
字号
/*
 * Created on 2004-12-2
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package cie.mobile.pmac;

/**
 * @author Richard Lee (lxm_zju@yahoo.com.cn)<br>
 *
 * Use this listener to monitor the in/out messages of PMAC.
 */
public interface PmacListener {

	public void msgRecieved(String msg);
	public void msgSend(String msg);
}

⌨️ 快捷键说明

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