org.axiondb.event
public abstract class RowEvent extends TableModifiedEvent
Version: $Revision: 1.3 $ $Date: 2003/10/24 00:01:25 $
Constructor Summary | |
---|---|
RowEvent(Table table, Row oldRow, Row newRow) |
Method Summary | |
---|---|
Row | getNewRow() |
Row | getOldRow() |
void | setNewRow(Row newRow) |
void | setOldRow(Row oldRow) |
String | toString() |