org.axiondb.event
public interface TableModificationListener
Version: $Revision: 1.2 $ $Date: 2003/02/12 16:33:51 $
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) |