| Package | Description | 
|---|---|
| oracle.jdbc.dcn | 
 This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DatabaseChangeListener.onDatabaseChangeNotification(DatabaseChangeEvent e)
This method will be invoked whenever a Database Change event occurs. 
 | 
void | 
DatabaseChangeListener.onDatabaseChangeNotification(DatabaseChangeEvent e)
This method will be invoked whenever a Database Change event occurs. 
 |