public class RowSetChangedEvent
extends java.lang.Object
Title: Structured Data Object Row
Description: An event generated when an event occurs to a
RowSet
object.
RowSetChangedEvent
object is
generated when a single row in a rowset is changed, row is deleted from RowSet
or
new row is added to RowSet
.
When an event occurs on a RowSet
object, one of the
RowSetListener
methods will be sent to all registered
listeners to notify them of the event. An RowSetChangedEvent
object
is supplied to the RowSetListener
method so that the
listener can use it to find out which RowSet
object is
the source of the event.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
Row |
getRow()
Returns the reference to the modified/added/deleted row.
|
int |
getRowIndex()
Returns the modified row index.
|
RowSet |
getRowSet()
Returns the reference to the
RowSet object that initiates this event. |
public RowSet getRowSet()
RowSet
object that initiates this event.public int getRowIndex()
public Row getRow()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.