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

/libcore/ojluni/src/main/java/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
/libcore/
H A Dopenjdk_java_files.mk1033 ojluni/src/main/java/javax/sql/RowSetEvent.java \

Completed in 84 milliseconds