Module java.desktop

Class RowSorterEvent

java.lang.Object
java.util.EventObject
javax.swing.event.RowSorterEvent
All Implemented Interfaces:
Serializable

public class RowSorterEvent extends EventObject
RowSorterEvent provides notification of changes to a RowSorter. Two types of notification are possible:
  • Type.SORT_ORDER_CHANGED: indicates the sort order has changed. This is typically followed by a notification of:
  • Type.SORTED: indicates the contents of the model have been transformed in some way. For example, the contents may have been sorted or filtered.
Since:
1.6
See Also: