Re: NSManagedObjectContextObjectsDidChangeNotification
Re: NSManagedObjectContextObjectsDidChangeNotification
- Subject: Re: NSManagedObjectContextObjectsDidChangeNotification
- From: Fritz Anderson <email@hidden>
- Date: Thu, 12 May 2005 15:08:49 -0500
An NSManagedObjectContextObjectsDidChangeNotification is sent out by
an NSManagedObjectContext. You have to specify which in the object:
parameter.
-- F
On 12 May 2005, at 3:03 PM, Marcus Roberts wrote:
I've made a call to the notification center to register for the
notification. But after adding objects to the managed object context,
I'm not getting any notifications back.
Here's a code snippet:
NSNotificationCenter *nc;
nc = [NSNotificationCenter defaultCenter];
[nc addObserver:self
selector:@selector(handleContentChange:)
name:@"NSManagedObjectContextObjectsDidChangeNotification"
object:nil];
Am I doing something obviously wrong, or has anyone else used
NSManagedObjectContextObjectsDidChangeNotification successfuly who can
give me a hint?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden