org.axiondb.event

Class BaseTableModificationListener

public abstract class BaseTableModificationListener extends Object implements TableModificationListener

No-op convenience class for quick org.axiondb.TableModificationListener listener implementations.

Version: $Revision: 1.2 $ $Date: 2003/02/12 16:31:53 $

Author: 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)