Build 1.0_r1

javax.sql
Interface RowSetListener

All Superinterfaces:
EventListener

public interface RowSetListener
extends EventListener

An interface used to send notification of events occurring in a RowSet. To receive the notification events, an object must implement the RowSetListener interface and then register itself with the RowSet of interest using the RowSet.addRowSetListener method.


Method Summary
 void cursorMoved(RowSetEvent rowsetevent)
           
 void rowChanged(RowSetEvent rowsetevent)
           
 void rowSetChanged(RowSetEvent rowsetevent)
           
 

Method Detail

cursorMoved

void cursorMoved(RowSetEvent rowsetevent)

rowChanged

void rowChanged(RowSetEvent rowsetevent)

rowSetChanged

void rowSetChanged(RowSetEvent rowsetevent)

Build 1.0_r1

Please submit a feedback, bug or feature