NSManagedObjectContextObjectsDidChangeNotification
NSManagedObjectContextObjectsDidChangeNotification
- Subject: NSManagedObjectContextObjectsDidChangeNotification
- From: Marcus Roberts <email@hidden>
- Date: Thu, 12 May 2005 21:03:31 +0100
I'm trying to used NSManagedObjectContextObjectsDidChangeNotification
but the only documentation I can find only refers to the notification
return values and not much more.
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 snippit:
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?
Many thanks!
Marcus
_______________________________________________
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