public abstract class RowEvent extends TableModifiedEvent
Table has changed, for
example, due to a DML command.| Constructor and Description |
|---|
RowEvent(Table table,
Row oldRow,
Row newRow) |
| Modifier and Type | Method and Description |
|---|---|
Row |
getNewRow() |
Row |
getOldRow() |
void |
setNewRow(Row newRow) |
void |
setOldRow(Row oldRow) |
java.lang.String |
toString() |
getTable, setTable, visit