org.axiondb.event

Interface TableModificationListener

public interface TableModificationListener

An observer of RowEvents.

Version: $Revision: 1.2 $ $Date: 2003/02/12 16:33:51 $

Author: Rodney Waldhoff Chuck Burdick

Method Summary
voidcolumnAdded(ColumnEvent event)
voidconstraintAdded(ConstraintEvent event)
voidconstraintRemoved(ConstraintEvent event)
voidrowDeleted(RowEvent event)
voidrowInserted(RowEvent event)
voidrowUpdated(RowEvent event)

Method Detail

columnAdded

public void columnAdded(ColumnEvent event)

constraintAdded

public void constraintAdded(ConstraintEvent event)

constraintRemoved

public void constraintRemoved(ConstraintEvent event)

rowDeleted

public void rowDeleted(RowEvent event)

rowInserted

public void rowInserted(RowEvent event)

rowUpdated

public void rowUpdated(RowEvent event)