protected class

BasicComboPopup.ListSelectionHandler

extends Object
implements ListSelectionListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicComboPopup.ListSelectionHandler

Class Overview

As of Java 2 platform v 1.4, this class is now obsolete, doesn't do anything, and is only included for backwards API compatibility. Do not call or override.

Summary

Protected Constructors
BasicComboPopup.ListSelectionHandler()
Public Methods
void valueChanged(ListSelectionEvent e)
Called whenever the value of the selection changes.
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.swing.event.ListSelectionListener

Protected Constructors

protected BasicComboPopup.ListSelectionHandler ()

Public Methods

public void valueChanged (ListSelectionEvent e)

Called whenever the value of the selection changes.

Parameters
e the event that characterizes the change.