ca.odell.glazedlists
Interface ListSelection.Listener
public static interface ListSelection.Listener
A generic interface to respond to changes in selection that doesn't
require including a particular GUI toolkit.
void | selectionChanged(int changeStart, int changeEnd)- Notifies this SelectionListener of a change in selection.
|
selectionChanged
public void selectionChanged(int changeStart,
int changeEnd) Notifies this SelectionListener of a change in selection.
changeStart - The first zero-relative index affected by a change in selection.changeEnd - The last zero-relative index affected by a change in selection.
Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2007-12-21 23:49