所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
javax.swing.event
接口 ListSelectionListener
-
所有超级接口:
-
EventListener
-
所有已知实现类:
-
BasicComboPopup.ListSelectionHandler, BasicFileChooserUI.SelectionListener, BasicListUI.ListSelectionHandler, DefaultTableColumnModel, JList.AccessibleJList, JTable, JTable.AccessibleJTable
-
public interface ListSelectionListener
- extends EventListener
列表选择值发生更改时收到通知的侦听器。
-
另请参见:
-
ListSelectionModel
valueChanged
void valueChanged(ListSelectionEvent e)
-
每当选择值发生更改时调用。
-
-
-
参数:
-
e
- 表现更改的特征的事件。
所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |