public interface ListSelectionListener extends EventListener
ListSelectionModel| Modifier and Type | Method and Description |
|---|---|
void |
valueChanged(ListSelectionEvent e)
Called whenever the value of the selection changes.
|
void valueChanged(ListSelectionEvent e)
e - the event that characterizes the change.