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.