Uses of Class
javax.sql.RowSetEvent

Packages that use RowSetEvent
Package Description
javax.sql  
  • Uses of RowSetEvent in javax.sql

    Methods in javax.sql with parameters of type RowSetEvent
    Modifier and Type Method Description
    void RowSetListener.cursorMoved​(RowSetEvent theEvent)
    Notifies the listener that the RowSet's cursor in theEvent.getSource has moved.
    void RowSetListener.rowChanged​(RowSetEvent theEvent)
    Notifies the listener that one of the RowSet's rows in theEvent.getSource has changed.
    void RowSetListener.rowSetChanged​(RowSetEvent theEvent)
    Notifies the listener that the RowSet's entire contents in theEvent.getSource have been updated (an example is the execution of a command which retrieves new data from the database).