Re: notification center notifications
Re: notification center notifications
- Subject: Re: notification center notifications
- From: Chuck Hill <email@hidden>
- Date: Thu, 12 May 2005 11:05:03 -0700
On May 11, 2005, at 3:12 PM, Mike Schrag wrote:
Is there a consolidated list of what objects post what message to
NSNotificationCenter by any chance?
Not that I know of. It is in each class's JavaDoc. You can use this
method
addOmniscientObserver(Object observer, NSSelector sel)
Registers observer to receive all notifications from all
objects.
and log out all of the notifications.
I'm curious to see if I can implement that entity cache "properly"
and have it invalidate when the EOObjectStore posts an update to one
of the EO's in it, but i need to track down what messages actually go
out and if i can actually get notified of that event. Really, what I
want is something equivalent to editingContext.objectForGlobalID but
looking up with with a key other than the globalid.
You probably want EOObjectStore's ObjectsChangedInStoreNotification.
Chuck
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden