Re: Cocoa Bindings Info
Re: Cocoa Bindings Info
- Subject: Re: Cocoa Bindings Info
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 11 Jul 2004 00:46:40 -0700
On Jul 10, 2004, at 6:14 PM, Matt Jarjoura wrote:
Is there a way to use NSDocument to listen to NSObjectController when
objects are added or removed?
Yes, but what are you trying to do? Normally you'd bind the object
controller to the document, and the document would receive updates
using KVC. Other objects that need to be updated should typically be
observing the model...
(See for example
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/Concepts/HowDoBindingsWork.html>.)
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.