FileDocCategorySizeDatePackage
RowSorterListener.javaAPI DocJava SE 6 API685Tue Jun 10 00:26:44 BST 2008javax.swing.event

RowSorterListener

public interface RowSorterListener implements EventListener
RowSorterListeners are notified of changes to a RowSorter.
version
1.2 11/17/05
see
javax.swing.RowSorter
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public voidsorterChanged(javax.swing.event.RowSorterEvent e)
Notification that the RowSorter has changed. The event describes the scope of the change.

param
e the event, will not be null