Home | History | Annotate | Download | only in sql

Lines Matching refs:event

31  * event happens in the life of a <code>RowSet</code> object.
35 * when it is notified of an event.
46 * The source of the event can be retrieved with the method
47 * <code>event.getSource</code>.
49 * @param event a <code>RowSetEvent</code> object that contains
50 * the <code>RowSet</code> object that is the source of the event
52 void rowSetChanged(RowSetEvent event);
58 * The source of the event can be retrieved with the method
59 * <code>event.getSource</code>.
61 * @param event a <code>RowSetEvent</code> object that contains
62 * the <code>RowSet</code> object that is the source of the event
64 void rowChanged(RowSetEvent event);
70 * The source of the event can be retrieved with the method
71 * <code>event.getSource</code>.
73 * @param event a <code>RowSetEvent</code> object that contains
74 * the <code>RowSet</code> object that is the source of the event
76 void cursorMoved(RowSetEvent event);