public interface

RowSorterListener

implements EventListener
javax.swing.event.RowSorterListener
Known Indirect Subclasses

Class Overview

RowSorterListeners are notified of changes to a RowSorter.

See Also

Summary

Public Methods
abstract void sorterChanged(RowSorterEvent e)
Notification that the RowSorter has changed.

Public Methods

public abstract void sorterChanged (RowSorterEvent e)

Notification that the RowSorter has changed. The event describes the scope of the change.

Parameters
e the event, will not be null