JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25
DRAFT 25-internal-LTS-2025-01-20-1302149.pminborg...
java.desktop
javax.swing.event
RowSorterListener
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
sorterChanged(RowSorterEvent)
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