モジュール java.desktop
パッケージ javax.swing.event

インタフェースListSelectionListener

すべてのスーパー・インタフェース:
EventListener
既知のすべての実装クラス:
BasicComboPopup.ListSelectionHandler, BasicFileChooserUI.SelectionListener, BasicListUI.ListSelectionHandler, DefaultTableColumnModel, JList.AccessibleJList, JTable, JTable.AccessibleJTable

public interface ListSelectionListener extends EventListener
リストの選択範囲の値が変更されたときに通知されるリスナーです。
関連項目: