org.axiondb.event
Class RowEvent
java.lang.Object
org.axiondb.event.TableModifiedEvent
org.axiondb.event.RowEvent
- Direct Known Subclasses:
- RowDeletedEvent, RowInsertedEvent, RowUpdatedEvent
public abstract class RowEvent
- extends TableModifiedEvent
An event signifying that a row in a Table
has changed, for
example, due to a DML command.
- Version:
- $Revision: 1.3 $ $Date: 2003/10/24 00:01:25 $
RowEvent
public RowEvent(Table table,
Row oldRow,
Row newRow)
getOldRow
public Row getOldRow()
setOldRow
public void setOldRow(Row oldRow)
getNewRow
public Row getNewRow()
setNewRow
public void setNewRow(Row newRow)
toString
public String toString()
- Overrides:
toString
in class Object