javax.swing.event
public interface ListSelectionListener extends EventListener
ListSelectionEvent
notifications,
typically from a ListSelectionModel
when it is modified.Modifier and Type | Method and Description |
---|---|
void |
valueChanged(ListSelectionEvent event)
Receives notification of a
ListSelectionEvent . |
void valueChanged(ListSelectionEvent event)
ListSelectionEvent
.event
- the event.