API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.event.
ListSelectionListener
View Source
Author(s)
Hans Muller
Since
Version
1.13 11/17/05
Serial
Hierarchy
EventListener
ListSelectionListener
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface ListSelectionListener
The listener that's notified when a lists selection value changes.
The listener that's notified when a lists selection value
changes.
See also:
ListSelectionModel
Methods
Hide/Show inherited methods
public
void
valueChanged
(
ListSelectionEvent
e)
Called whenever the value of the selection changes.
Called whenever the value of the selection changes.
Parameters:
-
e
- the event that characterizes the change.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar