"Pablo Digonzelli" <
[hidden email]> escribió en el mensaje
news:
[hidden email]...
> hi all , i do not understand the following question .
> I have a model with to boolean instances variables a and b.
> I set up a presenter with two Boolean presenters in it.
> In then presenter I change a to false and the model class change b to
> true.
> But the new b value is not reflected in the presenter. I verify the value
> in
> the model an in it the change is ok.
> i setup the presenters with aspectValue:
> How can i refresh the presenters values.
in MyPresenter>>model: anObject you should specify which events triggers the
aspect adaptor.
myBoolPresenter model aspectTriggers: #valueChanged.
Regards.
--
Esteban.