EventListener
public interface DatabaseChangeListener extends EventListener
DatabaseChangeRegistration
, using it's addListener
method. When the DCN event occurs, that object's onDatabaseChangeNotification
method is invoked.Modifier and Type | Method | Description |
---|---|---|
void |
onDatabaseChangeNotification(DatabaseChangeEvent e) |
This method will be invoked whenever a Database Change event occurs.
|
void onDatabaseChangeNotification(DatabaseChangeEvent e)