org.axiondb.event
Class BaseDatabaseModificationListener

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

Constructor Summary
BaseDatabaseModificationListener()
           
 
Method Summary
 void sequenceAdded(DatabaseSequenceEvent e)
           
 void sequenceDropped(DatabaseSequenceEvent e)
           
 void serverAdded(DatabaseLinkEvent e)
           
 void serverDropped(DatabaseLinkEvent e)
           
 void tableAdded(DatabaseModifiedEvent e)
           
 void tableDropped(DatabaseModifiedEvent e)
           
 void typeAdded(DatabaseTypeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseDatabaseModificationListener

public BaseDatabaseModificationListener()
Method Detail

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