Le 22/08/2015 09:56, stepharo a écrit :
> In fact I was thinking about the solution: add a new AnnouncingModel
> class unrelated to Model
> or add announcer to Model. Now I think that the second solution is
> better because we have many subclasses
> of Model implementing Announcer and I do not know if they are not using
> some behavior of Model too.
Isn't an announcer used to replace some of the uses of the dependency
changes observer pattern, in complex cases (where the observed object
can emit multiple types of changed symbols)?
Thierry
>
> Le 21/8/15 21:44, stepharo a écrit :
>> Hi
>>
>> I was analysing the implementers of announcer and I think that there
>> are far too many of them.
>> To me this is the sign that we are doing something wrong.
>> I would like to introduce an announcer in Model and make sure that
>> most of the direct subclass
>> of Object implementing an announcer take benefits of the Model one.
>>
>> What do you think?
>>
>> Stef
>>
>>
>>
>
>
>
>