📄 itemstatelistener.java
字号:
/* * @(#)ItemStateListener.java 1.13 02/07/24 @(#) * * Copyright (c) 1999-2002 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */package javax.microedition.lcdui;/** * This interface is used by applications which need to receive * events that indicate changes in the internal * state of the interactive items within a {@link Form Form} * screen. * * @see Form#setItemStateListener(ItemStateListener) * @since MIDP 1.0 */public interface ItemStateListener { public void itemStateChanged(Item item);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -