Name

RowSetListener

Synopsis

Implemented by an object that wishes to be informed of events generated by a RowSet.

                  Passed To
public interface RowSetListener extends java.util.EventListener {
// Public Instance Methods
   public abstract void cursorMoved( RowSetEvent event);  
   public abstract void rowChanged( RowSetEvent event);  
   public abstract void rowSetChanged( RowSetEvent event);  
}

Passed To

RowSet.{addRowSetListener(), removeRowSetListener()}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.