// if (!_isLazy && !neededEvaluation) {
if (!_isLazy) {
NamedObj container = getContainer();
if (container != null) {
container.attributeChanged(this);
}
}
// The propagate call has evaluated all the value
// listeners that are instances of Variable,