commandlistener.java

来自「最强手机阅读器Anyview3.0版的界面代码」· Java 代码 · 共 14 行

JAVA
14
字号
package com.ismyway.fairyui;import javax.microedition.lcdui.Command;public interface CommandListener {	/**	 * Informs the listener about a Command Action.	 * @param cmd the command that was fired 	 * @param c the component that fired the command	 */	public void commandAction(Command cmd, Component c);}

⌨️ 快捷键说明

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