public interface TableModificationListener
RowEvent
s.Modifier and Type | Method and Description |
---|---|
void |
columnAdded(ColumnEvent event) |
void |
constraintAdded(ConstraintEvent event) |
void |
constraintRemoved(ConstraintEvent event) |
void |
rowDeleted(RowEvent event) |
void |
rowInserted(RowEvent event) |
void |
rowUpdated(RowEvent event) |
void columnAdded(ColumnEvent event) throws AxionException
AxionException
void rowInserted(RowEvent event) throws AxionException
AxionException
void rowDeleted(RowEvent event) throws AxionException
AxionException
void rowUpdated(RowEvent event) throws AxionException
AxionException
void constraintAdded(ConstraintEvent event) throws AxionException
AxionException
void constraintRemoved(ConstraintEvent event) throws AxionException
AxionException