File
Doc
Category
Size
Date
Package
ListSelectionListener.java
API Doc
Java SE 5 API
664
Fri Aug 26 14:58:00 BST 2005
javax.swing.event
ListSelectionListener
public interface ListSelectionListener implements EventListener
The listener that's notified when a lists selection value changes.
see
javax.swing.ListSelectionModel
version
1.12 12/19/03
author
Hans Muller
Fields Summary
Constructors Summary
Methods Summary
public void
valueChanged
(
javax.swing.event.ListSelectionEvent
e)
Called whenever the value of the selection changes.
param
e the event that characterizes the change.
Java Code Source