public class CascadingValueBindingListener extends java.lang.Object implements IValueBindingListener
IValueBindingListener that notifies
each level of a value binding expression that a property was set.
PhaseManager to postpone the operation
to a later point of time, e.g. end of set-phase, or begin of invoke-phase.| Modifier and Type | Class and Description |
|---|---|
static interface |
CascadingValueBindingListener.ICascadingValueBindingListener
Interface of object that wants to be notified by a change of a property
value.
|
| Constructor and Description |
|---|
CascadingValueBindingListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
reactoOnValueExpressionSet(java.lang.String expressionString,
java.lang.Object value)
This method is called by the CaptainCasa value-set-processing.
|
public void reactoOnValueExpressionSet(java.lang.String expressionString,
java.lang.Object value)
reactoOnValueExpressionSet in interface IValueBindingListenervalue - The value that was set.Copyright © CaptainCasa Gmbh. All Rights Reserved.