Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

javax.swing.event
Interface ListSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DefaultTableColumnModel, JTable

public interface ListSelectionListener
extends java.util.EventListener

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

See Also:
ListSelectionModel

Method Summary
 void valueChanged(ListSelectionEvent e)
          Called whenever the value of the selection changes.
 

Method Detail

valueChanged

public void valueChanged(ListSelectionEvent e)
Called whenever the value of the selection changes.

Parameters:
e - the event that characterizes the change.

JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.