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