org.salespointframework.core.data.events
Interface DatabaseConnectionListener

All Known Implementing Classes:
DatabaseConnectionModel

public interface DatabaseConnectionListener

This Listener notifies about an update in databse connections. It can be registered at PersistenceManager.addDBCListener(DatabaseConnectionListener)

Since:
4.0
Author:
Thomas Kissinger

Method Summary
 void DatabaseConnectionUpdate()
          indicates a change in the database connection list.
 

Method Detail

DatabaseConnectionUpdate

void DatabaseConnectionUpdate()
indicates a change in the database connection list.