public class RowSetEvent extends EventObject
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.