Interface QueryDelegate.RowIdChangeEvent
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TableQuery.RowIdChangeEvent
- Enclosing interface:
- QueryDelegate
@Deprecated public static interface QueryDelegate.RowIdChangeEvent extends Serializable
Deprecated.AnEventobject specifying the old and new RowId of an added item after the addition has been successfully committed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RowIdgetNewRowId()Deprecated.Gets the new, possibly database assigned RowId of the added row that raised this event.RowIdgetOldRowId()Deprecated.Gets the old (temporary) RowId of the added row that raised this event.
-