⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 popuplistener.java

📁 J2ME 3D 第一人称射击迷宫类手机游戏源码。
💻 JAVA
字号:
package myGame.gui.popup;

/**
 * Implementations of this class are reported when users selects an alternative
 * in a popup.
 * 
 * @author YuBingxing
 */
public interface PopupListener {
	/**
	 * Called when an selection has been made.
	 * 
	 * @param choice
	 *            The index of the alternatives that were chosen.
	 * @param timeOut
	 *            True if the choice was made because of a time out.
	 */
	public void selectedChoice(byte choice, boolean timeOut);
}

⌨️ 快捷键说明

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