API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql. RowSetListener View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 EventListener
      RowSetListener
Subinterfaces
Description
public interface RowSetListener
  An interface that must be implemented by a component that wants to be notified when a significant event happens in the life of a RowSet object.
See also:   
Methods
Hide/Show inherited methods
public void cursorMoved (RowSetEvent event)
  Notifies registered listeners that a RowSet object's cursor has moved.
public void rowChanged (RowSetEvent event)
  Notifies registered listeners that a RowSet object has had a change in one of its rows.
public void rowSetChanged (RowSetEvent event)
  Notifies registered listeners that a RowSet object in the given RowSetEvent object has changed its entire contents.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar