org.axiondb.event

Class RowEvent

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 $

Author: Rodney Waldhoff Chuck Burdick

Constructor Summary
RowEvent(Table table, Row oldRow, Row newRow)
Method Summary
RowgetNewRow()
RowgetOldRow()
voidsetNewRow(Row newRow)
voidsetOldRow(Row oldRow)
StringtoString()

Constructor Detail

RowEvent

public RowEvent(Table table, Row oldRow, Row newRow)

Method Detail

getNewRow

public Row getNewRow()

getOldRow

public Row getOldRow()

setNewRow

public void setNewRow(Row newRow)

setOldRow

public void setOldRow(Row oldRow)

toString

public String toString()