JavaTM 2 Platform
Standard Ed. 6

javax.swing.event
接口 RowSorterListener

所有超级接口:
EventListener
所有已知实现类:
JTable

public interface RowSorterListener
extends EventListener

通知 RowSorterListenerRowSorter 的更改。

从以下版本开始:
1.6
另请参见:
RowSorter

方法摘要
 void sorterChanged(RowSorterEvent e)
          RowSorter 发生了更改的通知。
 

方法详细信息

sorterChanged

void sorterChanged(RowSorterEvent e)
RowSorter 发生了更改的通知。事件描述了更改的范围。

参数:
e - 事件,不能为 null

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only