Searched defs:RowSetEvent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSetEvent.java30 * <code>RowSet</code> object. A <code>RowSetEvent</code> object is
44 public class RowSetEvent extends java.util.EventObject { class in inherits:java.util.EventObject
47 * Constructs a <code>RowSetEvent</code> object initialized with the
54 public RowSetEvent(RowSet source) method in class:RowSetEvent

Completed in 1747 milliseconds