|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface RowSetListener
要在 RowSet
物件的生命週期內發生重要事件時得到通知的元件必須實作該介面。通過使用 RowSet.addRowSetListener
方法在 RowSet
物件中註冊,元件將變成偵聽器。已註冊元件實作此介面的方式決定它得到事件通知時將執行的操作。
方法摘要 | |
---|---|
void |
cursorMoved(RowSetEvent event)
通知已註冊偵聽器 RowSet 物件的指針已移動。 |
void |
rowChanged(RowSetEvent event)
通知已註冊偵聽器 RowSet 物件的其中一行發生了更改。 |
void |
rowSetChanged(RowSetEvent event)
通知已註冊偵聽器給定 RowSetEvent 物件中的 RowSet 物件已更改其全部內部。 |
方法詳細資訊 |
---|
void rowSetChanged(RowSetEvent event)
RowSetEvent
物件中的 RowSet
物件已更改其全部內部。
可以使用 event.getSource
方法獲取事件源。
event
- 一個 RowSetEvent
物件,它包含作為事件源的 RowSet
物件void rowChanged(RowSetEvent event)
RowSet
物件的其中一行發生了更改。
可以使用 event.getSource
方法獲取事件源。
event
- 一個 RowSetEvent
物件,它包含作為事件源的 RowSet
物件void cursorMoved(RowSetEvent event)
RowSet
物件的指針已移動。
可以使用 event.getSource
方法獲取事件源。
event
- 一個 RowSetEvent
物件,它包含作為事件源的 RowSet
物件
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。