All Implemented Interfaces:
EventListener
, ListSelectionListener
Enclosing class:
BasicComboPopup
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.
Constructor Summary
Constructors
protected
Constructs a ListSelectionHandler
.
Method Summary
All Methods Instance Methods Concrete Methods
void
Called whenever the value of the selection changes.
Methods declared in class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
ListSelectionHandler
protected ListSelectionHandler ()
Constructs a ListSelectionHandler
.
Method Details
valueChanged
Called whenever the value of the selection changes.
Specified by:
valueChanged
in interface ListSelectionListener
Parameters:
e
- the event that characterizes the change.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2024, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .