org.axiondb.event
Class BaseDatabaseModificationListener
java.lang.Object
org.axiondb.event.BaseDatabaseModificationListener
- All Implemented Interfaces:
- DatabaseModificationListener
- Direct Known Subclasses:
- AxionColumnsMetaTableUpdater, AxionDBLinksMetaTableUpdater, AxionSequencesMetaTableUpdater, AxionTablePropertiesMetaTableUpdater, AxionTablesMetaTableUpdater, AxionTypesMetaTableUpdater
public abstract class BaseDatabaseModificationListener
- extends java.lang.Object
- implements DatabaseModificationListener
A no-op implementation of DatabaseModificationListener.
- Version:
- $Revision: 1.4 $ $Date: 2004/09/02 01:52:09 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseDatabaseModificationListener
public BaseDatabaseModificationListener()
tableAdded
public void tableAdded(DatabaseModifiedEvent e)
- Specified by:
tableAdded in interface DatabaseModificationListener
tableDropped
public void tableDropped(DatabaseModifiedEvent e)
- Specified by:
tableDropped in interface DatabaseModificationListener
typeAdded
public void typeAdded(DatabaseTypeEvent e)
- Specified by:
typeAdded in interface DatabaseModificationListener
sequenceAdded
public void sequenceAdded(DatabaseSequenceEvent e)
- Specified by:
sequenceAdded in interface DatabaseModificationListener
sequenceDropped
public void sequenceDropped(DatabaseSequenceEvent e)
- Specified by:
sequenceDropped in interface DatabaseModificationListener
serverAdded
public void serverAdded(DatabaseLinkEvent e)
- Specified by:
serverAdded in interface DatabaseModificationListener
serverDropped
public void serverDropped(DatabaseLinkEvent e)
- Specified by:
serverDropped in interface DatabaseModificationListener