org.axiondb.event
public abstract class BaseTableModificationListener extends Object implements TableModificationListener
org.axiondb.TableModificationListener listener
implementations.
Version: $Revision: 1.2 $ $Date: 2003/02/12 16:31:53 $
Method Summary | |
---|---|
void | columnAdded(ColumnEvent event) |
void | constraintAdded(ConstraintEvent event) |
void | constraintRemoved(ConstraintEvent event) |
void | rowDeleted(RowEvent event) |
void | rowInserted(RowEvent event) |
void | rowUpdated(RowEvent event) |