public interface DatabaseChangeListener
extends java.util.EventListener
IMPORTANT: The listener should be a Swing object, and it is invoked in the java AWT Event thread.
| Modifier and Type | Method and Description |
|---|---|
void |
databaseChanged(DatabaseChangeEvent e)
Invoked in the java AWT Event thread when the database state changes.
|
void databaseChanged(DatabaseChangeEvent e)
e - database change event.