public interface ListSelectionListener extends EventListener
ListSelectionModel
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(ListSelectionEvent e)
每当选择的值更改时调用。
|
void valueChanged(ListSelectionEvent e)
e
- the event that characterizes the change.