public class InsertEvent extends InsertDeleteEvent
RowSetIterator to inform its listeners
when a row has been inserted. RowSetIterator,
Serialized Form| Constructor and Description |
|---|
InsertEvent(NavigatableRowIterator source,
Row row,
int rowIndex,
int rowCountBefore,
int rowCount)
Creates an event for a row being inserted.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Internal: For debugging only.
|
getRowCountInRange, getRowCountInRangeBefore, toStringgetRow, getRowIndexpublic InsertEvent(NavigatableRowIterator source, Row row, int rowIndex, int rowCountBefore, int rowCount)
source - the iterator that generated this event.row - the row object that was inserted.rowIndex - the range index of the row that was inserted.rowCountBefore - the initial number of rows.rowCount - the resulting number of rows.