org.axiondb.event

Class RowInsertedEvent

public class RowInsertedEvent extends RowEvent

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

Version: $Revision: 1.4 $ $Date: 2004/08/19 02:18:50 $

Author: Chuck Burdick

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

Constructor Detail

RowInsertedEvent

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

Method Detail

visit

public void visit(TableModificationListener listener)