public interface TableModificationListener
RowEvents.| 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
AxionExceptionvoid rowInserted(RowEvent event) throws AxionException
AxionExceptionvoid rowDeleted(RowEvent event) throws AxionException
AxionExceptionvoid rowUpdated(RowEvent event) throws AxionException
AxionExceptionvoid constraintAdded(ConstraintEvent event) throws AxionException
AxionExceptionvoid constraintRemoved(ConstraintEvent event) throws AxionException
AxionException