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

/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSetListener.java44 * in the given <code>RowSetEvent</code> object has changed its entire contents.
49 * @param event a <code>RowSetEvent</code> object that contains
52 void rowSetChanged(RowSetEvent event);
61 * @param event a <code>RowSetEvent</code> object that contains
64 void rowChanged(RowSetEvent event);
73 * @param event a <code>RowSetEvent</code> object that contains
76 void cursorMoved(RowSetEvent event);
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
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java1330 * @see javax.sql.RowSetEvent
1354 * @see javax.sql.RowSetEvent
1380 * @see javax.sql.RowSetEvent
1406 * @see javax.sql.RowSetEvent
1535 * Notifies registered listeners that a RowSet object in the given RowSetEvent
1541 * @param event a <code>RowSetEvent</code> object that contains the
1547 public void rowSetPopulated(RowSetEvent event, int numRows) throws SQLException;
H A DBaseRowSet.java254 * <code>RowSetEvent</code> object, which is supplied to the listener in order to
621 RowSetEvent event = new RowSetEvent((RowSet)this);
646 RowSetEvent event = new RowSetEvent((RowSet)this);
671 RowSetEvent event = new RowSetEvent((RowSet)this);
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java744 * @see javax.sql.RowSetEvent
789 * @see javax.sql.RowSetEvent
815 * @see javax.sql.RowSetEvent
837 * @see javax.sql.RowSetEvent
4700 * Notifies registered listeners that a RowSet object in the given RowSetEvent
4706 * @param event a <code>RowSetEvent</code> object that contains the
4712 public void rowSetPopulated(RowSetEvent event, int numRows) throws SQLException {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java1102 * @see javax.sql.RowSetEvent
1153 * @see javax.sql.RowSetEvent
1211 * @see javax.sql.RowSetEvent
1246 * @see javax.sql.RowSetEvent
7182 * Notifies registered listeners that a RowSet object in the given RowSetEvent
7188 * @param event a <code>RowSetEvent</code> object that contains the
7194 public void rowSetPopulated(RowSetEvent event, int numRows) throws SQLException {
7201 RowSetEvent event_temp = new RowSetEvent(this);

Completed in 92 milliseconds