org.axiondb.event
Class BaseTableModificationListener
java.lang.Object
org.axiondb.event.BaseTableModificationListener
- All Implemented Interfaces:
- TableModificationListener
- Direct Known Subclasses:
- BaseIndex
public abstract class BaseTableModificationListener
- extends Object
- implements TableModificationListener
No-op convenience class for quick
listener
implementations.
- Version:
- $Revision: 1.2 $ $Date: 2003/02/12 16:31:53 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseTableModificationListener
public BaseTableModificationListener()
columnAdded
public void columnAdded(ColumnEvent event)
throws AxionException
- Specified by:
columnAdded
in interface TableModificationListener
- Throws:
AxionException
rowInserted
public void rowInserted(RowEvent event)
throws AxionException
- Specified by:
rowInserted
in interface TableModificationListener
- Throws:
AxionException
rowDeleted
public void rowDeleted(RowEvent event)
throws AxionException
- Specified by:
rowDeleted
in interface TableModificationListener
- Throws:
AxionException
rowUpdated
public void rowUpdated(RowEvent event)
throws AxionException
- Specified by:
rowUpdated
in interface TableModificationListener
- Throws:
AxionException
constraintAdded
public void constraintAdded(ConstraintEvent event)
throws AxionException
- Specified by:
constraintAdded
in interface TableModificationListener
- Throws:
AxionException
constraintRemoved
public void constraintRemoved(ConstraintEvent event)
throws AxionException
- Specified by:
constraintRemoved
in interface TableModificationListener
- Throws:
AxionException