org.axiondb.event

Class RowUpdatedEvent

public class RowUpdatedEvent extends RowEvent

An event signifying that a row has been updated into a Table.

Version: $Revision: 1.2 $ $Date: 2003/03/27 19:14:05 $

Author: Chuck Burdick

Constructor Summary
RowUpdatedEvent(Table table, Row oldRow, Row newRow)
Method Summary
voidvisit(TableModificationListener listener)

Constructor Detail

RowUpdatedEvent

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

Method Detail

visit

public void visit(TableModificationListener listener)