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