Holger's
Java API

com.antelmann.mgmt
Class DBListener.Adapter

java.lang.Object
  extended by com.antelmann.mgmt.DBListener.Adapter
All Implemented Interfaces:
DBListener
Enclosing interface:
DBListener

public static class DBListener.Adapter
extends Object
implements DBListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.antelmann.mgmt.DBListener
DBListener.Adapter
 
Constructor Summary
DBListener.Adapter()
           
 
Method Summary
 void databaseAccessed(User user, String method)
          called upon successfully reading from the database
 void databaseError(User user, Throwable t)
          called if an error occurred on accessing the database
 void databaseUpdated(DBUpdateEvent event)
          called upon successfull insert, delete or update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBListener.Adapter

public DBListener.Adapter()
Method Detail

databaseUpdated

public void databaseUpdated(DBUpdateEvent event)
Description copied from interface: DBListener
called upon successfull insert, delete or update

Specified by:
databaseUpdated in interface DBListener

databaseAccessed

public void databaseAccessed(User user,
                             String method)
Description copied from interface: DBListener
called upon successfully reading from the database

Specified by:
databaseAccessed in interface DBListener

databaseError

public void databaseError(User user,
                          Throwable t)
Description copied from interface: DBListener
called if an error occurred on accessing the database

Specified by:
databaseError in interface DBListener


(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads