JavaTM 2 Platform
Standard Ed. 6

javax.swing.event
接口 ListSelectionListener

所有超级接口:
EventListener
所有已知实现类:
BasicComboPopup.ListSelectionHandler, BasicFileChooserUI.SelectionListener, BasicListUI.ListSelectionHandler, DefaultTableColumnModel, JList.AccessibleJList, JTable, JTable.AccessibleJTable

public interface ListSelectionListener
extends EventListener

列表选择值发生更改时收到通知的侦听器。

另请参见:
ListSelectionModel

方法摘要
 void valueChanged(ListSelectionEvent e)
          每当选择值发生更改时调用。
 

方法详细信息

valueChanged

void valueChanged(ListSelectionEvent e)
每当选择值发生更改时调用。

参数:
e - 表现更改的特征的事件。

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only