public class ActionDelegate extends Object implements BindingDelegate
| Modifier and Type | Field and Description |
|---|---|
protected BindingExpression |
expression |
| Constructor and Description |
|---|
ActionDelegate(String expression) |
| 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.
|
protected BindingExpression expression
public ActionDelegate(String expression)
public void modelUpdated(ObjectBinding binding, Object oldValue, Object newValue)
BindingDelegatemodelUpdated in interface BindingDelegateCopyright © 2001–2015 Apache Cayenne. All rights reserved.