org.jdesktop.swing.event
Interface SelectionListener


public interface SelectionListener

Listener for receiving global selection change notifications.


Method Summary
 void valueChanged(ListSelectionEvent e)
           
 void valueChanged(TreeSelectionEvent e)
           
 

Method Detail

valueChanged

public void valueChanged(ListSelectionEvent e)

valueChanged

public void valueChanged(TreeSelectionEvent e)


Copyright 2004 by Sun Microsystems, Inc. All Rights Reserved.