public interface

ListSelectionListener

implements EventListener
javax.swing.event.ListSelectionListener
Known Indirect Subclasses

Class Overview

The listener that's notified when a lists selection value changes.

Summary

Public Methods
abstract void valueChanged(ListSelectionEvent e)
Called whenever the value of the selection changes.

Public Methods

public abstract void valueChanged (ListSelectionEvent e)

Called whenever the value of the selection changes.

Parameters
e the event that characterizes the change.