FileDocCategorySizeDatePackage
ListSelectionListener.javaAPI DocJava SE 5 API664Fri Aug 26 14:58:00 BST 2005javax.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 voidvalueChanged(javax.swing.event.ListSelectionEvent e)
Called whenever the value of the selection changes.

param
e the event that characterizes the change.