org.axiondb.event
Class BaseTableModificationListener

java.lang.Object
  extended byorg.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 $

Constructor Summary
BaseTableModificationListener()
           
 
Method Summary
 void columnAdded(ColumnEvent event)
           
 void constraintAdded(ConstraintEvent event)
           
 void constraintRemoved(ConstraintEvent event)
           
 void rowDeleted(RowEvent event)
           
 void rowInserted(RowEvent event)
           
 void rowUpdated(RowEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTableModificationListener

public BaseTableModificationListener()
Method Detail

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