API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql. RowSetEvent View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Object
      EventObject
          RowSetEvent
Implements
Subclasses
Description
public class RowSetEvent
  An Event object generated when an event occurs to a RowSet object.
See also:   
Constructors
public RowSetEvent (RowSet source)
  Constructs a RowSetEvent object initialized with the given RowSet object.
Methods
Hide/Show inherited methods
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
pack-privatefinalstatic long serialVersionUID = "-1875450876546332005"
Private serial version unique ID to ensure serialization compatibility.
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar