javax.sql

Interface RowSetListener

public interface RowSetListener extends EventListener

Since: 1.4

Method Summary
voidcursorMoved(RowSetEvent event)
voidrowChanged(RowSetEvent event)
voidrowSetChanged(RowSetEvent event)

Method Detail

cursorMoved

public void cursorMoved(RowSetEvent event)

rowChanged

public void rowChanged(RowSetEvent event)

rowSetChanged

public void rowSetChanged(RowSetEvent event)