public class InsertEvent extends InsertDeleteEvent
RowSetIterator
to inform its listeners when a row has been inserted.RowSetIterator
, Serialized FormConstructor 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, toString
getRow, getRowIndex
public 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.