org.axiondb.event

Class RowDeletedEvent

public class RowDeletedEvent extends RowEvent

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

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

Author: Chuck Burdick

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

Constructor Detail

RowDeletedEvent

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

Method Detail

visit

public void visit(TableModificationListener listener)