public class RowSetEvent extends EventObject
Event
对象在Event
对象发生事件时RowSet
对象。
当行集中的单行更改,整个行集更改或行集游标移动时,将RowSetEvent
对象。
当RowSet
对象发生事件时, RowSetListener
方法之一将发送到所有注册的监听器,以通知他们事件。 Event
对象被提供给RowSetListener
方法,以便侦听器可以使用它来找出哪个RowSet
对象是事件的源。
source
Constructor and Description |
---|
RowSetEvent(RowSet source)
构造一个
RowSetEvent 给定初始化的对象
RowSet 对象。
|
public RowSetEvent(RowSet source)
RowSetEvent
对象,使用给定的
RowSet
对象进行初始化。
source
- 其数据已更改或其光标已移动的
RowSet
对象
IllegalArgumentException
- 如果
source
为空。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.