org.jdesktop.binding
Interface SelectionModelListener

All Superinterfaces:
java.util.EventListener

public interface SelectionModelListener
extends java.util.EventListener

Listener for tracking changes in what rows are selected in a SelectionModel

Author:
Richard Bair

Method Summary
 void selectionChanged(SelectionModelEvent e)
          Called whenever the value of the selection changes
 

Method Detail

selectionChanged

void selectionChanged(SelectionModelEvent e)
Called whenever the value of the selection changes

Parameters:
e - an object containing a description of the event


Copyright © 2005 Sun Microsystems All Rights Reserved.