JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25
java.desktop
javax.swing.event
RowSorterListener
Contents
Description
Method Summary
Method Details
sorterChanged(RowSorterEvent)
Hide sidebar
Show sidebar
Interface RowSorterListener
All Superinterfaces:
EventListener
All Known Implementing Classes:
JTable
public interface
RowSorterListener
extends
EventListener
RowSorterListener
s are notified of changes to a
RowSorter
.
Since:
1.6
See Also:
RowSorter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
sorterChanged
(
RowSorterEvent
e)
Notification that the
RowSorter
has changed.
Method Details
sorterChanged
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