< prev index next >

src/java.desktop/share/classes/javax/swing/event/RowSorterListener.java

Print this page

        

*** 23,41 **** * questions. */ package javax.swing.event; /** ! * <code>RowSorterListener</code>s are notified of changes to a ! * <code>RowSorter</code>. * * @see javax.swing.RowSorter * @since 1.6 */ public interface RowSorterListener extends java.util.EventListener { /** ! * Notification that the <code>RowSorter</code> has changed. The event * describes the scope of the change. * * @param e the event, will not be null */ public void sorterChanged(RowSorterEvent e); --- 23,41 ---- * questions. */ package javax.swing.event; /** ! * {@code RowSorterListener}s are notified of changes to a ! * {@code RowSorter}. * * @see javax.swing.RowSorter * @since 1.6 */ public interface RowSorterListener extends java.util.EventListener { /** ! * Notification that the {@code RowSorter} has changed. The event * describes the scope of the change. * * @param e the event, will not be null */ public void sorterChanged(RowSorterEvent e);
< prev index next >