©
Ce document utilise Manuel du site Web PHP chinois Libérer
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.util.EventObject javax.sql.RowSetEvent
public class RowSetEvent
RowSet
对象发生事件时生成的 Event
对象。当 rowset 的单个行被更改、整个 rowset 被更改或者 rowset 指针移动时将生成 RowSetEvent
对象。
当 RowSet
对象上发生某个事件时,RowSetListener
中的一个方法将被发送到所有已注册侦听器,以通知它们发生了该事件。将 Event
对象提供给 RowSetListener
方法,以便侦听器使用它来找出作为事件源的 RowSet
对象。
字段摘要 |
---|
从类 java.util.EventObject 继承的字段 |
---|
source |
构造方法摘要 | |
---|---|
RowSetEvent(RowSet source)
构造一个 RowSetEvent 对象,并使用给定的 RowSet 对象进行初始化。 |
方法摘要 |
---|
从类 java.util.EventObject 继承的方法 |
---|
getSource, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public RowSetEvent(RowSet source)
RowSetEvent
对象,并使用给定的 RowSet
对象进行初始化。
source
- 数据已更改或指针已移动的 RowSet
对象
IllegalArgumentException
- 如果 source
为 null。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。