public interface BindingDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
modelUpdated(ObjectBinding binding,
Object oldValue,
Object newValue)
Called by a binding to notify that a model value was updated.
|
void modelUpdated(ObjectBinding binding, Object oldValue, Object newValue)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.