public abstract class DBObjectListener
extends java.lang.Object
This replaces SchemaObjectListener as a more generic listener mechanism that to include SystemObjects.
| Constructor and Description |
|---|
DBObjectListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
objectUpdated(DBObjectChange change)
Notifies the listener when an object is updated.
|
public void objectUpdated(DBObjectChange change)