|
Oracle Database JDBC Java API Reference 11g Release 2 E13995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DatabaseChangeListener
The listener interface for receiving Database Change Notification (DCN) events. The class that is interested in processing a DCN event implements this interface, and the object created with that class is registered with a DatabaseChangeRegistration, using it's addListener method. When the DCN event occurs, that object's onDatabaseChangeNotification method is invoked.
| Method Summary | |
|---|---|
void |
onDatabaseChangeNotification(DatabaseChangeEvent e)This method will be invoked whenever a Database Change event occurs. |
| Method Detail |
|---|
void onDatabaseChangeNotification(DatabaseChangeEvent e)
|
Oracle Database JDBC Java API Reference 11g Release 2 E13995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||