| Class | Description | 
|---|---|
| DBObjectChange | 
 A DBObjectChange is used to notify of changes to a DBObject. 
 | 
| DBObjectListener | 
 A DBObjectListener can be registered against any ListenableObject
 to be identified about changes to that DBObject. 
 | 
| DBObjectPropertyListener | 
 Simple utility extension of DBObjectListener that will filter the
 DBObjectChange fired on a single object so that a subclass can be
 notified only of changes to a specific property. 
 | 
| DBObjectProviderListener | 
 Listener that can be attached to a DBObjectProvider to be notified of
 
 Addition, update and removal of objects
 Open or close of provider (for Databases this is a connect or disconnect
 event.
 Submission and processing DBObjectTransactions.
 
 Replaces oracle.javatools.db.DBObjectProviderListener and
 oracle.javatools.db.DBObjectProviderAdapter. 
 |