public abstract class SwingDBObjectListener extends DBObjectListener
To listen to specific properties on an object use SwingDBObjectPropertyListener
| Constructor and Description |
|---|
SwingDBObjectListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
objectUpdated(DBObjectChange change)
Notifies the listener when an object is updated.
|
protected abstract void |
updateUI(DBObjectChange change)
This method is called with any change event passed to
objectUpdated, but this method will be called on the event thread. |
public final void objectUpdated(DBObjectChange change)
DBObjectListenerobjectUpdated in class DBObjectListenerprotected abstract void updateUI(DBObjectChange change)
objectUpdated, but this method will be called on the event thread.change - the change to the object we are listening to