Holger's
Java API

Uses of Class
com.antelmann.db.DatabaseChangeMonitor

Packages that use DatabaseChangeMonitor
com.antelmann.db This package contains generally useful classes for generic database management. 
 

Uses of DatabaseChangeMonitor in com.antelmann.db
 

Methods in com.antelmann.db that return DatabaseChangeMonitor
static DatabaseChangeMonitor DBUtils.listenWhileVisible(JComponent c, Database<?> db, DatabaseChangeListener listener)
          uses an AncestorListener on the given component to enable the listener only while it is displayed
 

Methods in com.antelmann.db that return types with arguments of type DatabaseChangeMonitor
static HashSet<DatabaseChangeMonitor> DatabaseChangeMonitor.findAllMonitors(Database<?> db)
          convenience method to find all monitors on the given database that are added as both, store listener and transaction listener
 



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