public class RowEvent extends JboEvent
RowSetIterator to inform its listeners
when a row is modified, added, or deleted. | Constructor and Description |
|---|
RowEvent(NavigatableRowIterator source,
Row row,
int rowIndex)
Creates an event when a row is modified, added, or deleted.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
getRow()
Gets the row that has been modified.
|
int |
getRowIndex()
Gets the index of the row that has been modified.
|
java.lang.String |
toString(java.lang.String className)
Internal: For debugging only.
|
public RowEvent(NavigatableRowIterator source, Row row, int rowIndex)
source - an accessor to a set of rows.row - the modified row.rowIndex - the row's index in the row set range.public Row getRow()
public int getRowIndex()
public java.lang.String toString(java.lang.String className)