Re: order of KVO notification
Re: order of KVO notification
- Subject: Re: order of KVO notification
- From: Jeff Gilbert <email@hidden>
- Date: Tue, 27 Mar 2007 17:09:17 -0500
Hi Aulis,
I still need to update other parts of the report when the price changes.
I will probably just have the PriceValidator send out an
NSNotification when part of the cache is invalidated. Then the report
generator can respond to the notification to update the parts of the
report that depend on the PriceValidator data.
Thanks,
Jeff
On Mar 27, 2007, at 1:54 AM, Aulis Telle wrote:
Hi Jeff,
what about not observing the price attribute of your Foo objects
but observing your PriceValidator for changes. This way your window
gets a notification when your cache is updated.
Aulis
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden