Re: NSObjectController HELP
Re: NSObjectController HELP
- Subject: Re: NSObjectController HELP
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 6 Jun 2004 01:06:30 -0700
On Jun 6, 2004, at 12:52 AM, mmalcolm crawford wrote:
No, as the above document makes clear, the bound object observes the
controller and updates itself accordingly (see "Responding to
Changes").
That was badly phrased.
The controller is responsible for sending the observation message to
the bound object, but then the bound object updates itself accordingly
-- see
Listing 4 Observing method for the Joystick class
- (void)observeValueForKeyPath:(NSString *)keyPath
ofObject:(id)object
change:(NSDictionary *)change
context:(void *)context
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.