public abstract class BaseTableModificationListener extends java.lang.Object implements TableModificationListener
listener
implementations.| Constructor and Description |
|---|
BaseTableModificationListener() |
| 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) |
public void columnAdded(ColumnEvent event) throws AxionException
columnAdded in interface TableModificationListenerAxionExceptionpublic void rowInserted(RowEvent event) throws AxionException
rowInserted in interface TableModificationListenerAxionExceptionpublic void rowDeleted(RowEvent event) throws AxionException
rowDeleted in interface TableModificationListenerAxionExceptionpublic void rowUpdated(RowEvent event) throws AxionException
rowUpdated in interface TableModificationListenerAxionExceptionpublic void constraintAdded(ConstraintEvent event) throws AxionException
constraintAdded in interface TableModificationListenerAxionExceptionpublic void constraintRemoved(ConstraintEvent event) throws AxionException
constraintRemoved in interface TableModificationListenerAxionException