Re: NSNotificationCenter's removeOmniscientObserver(Object observer)
Re: NSNotificationCenter's removeOmniscientObserver(Object observer)
- Subject: Re: NSNotificationCenter's removeOmniscientObserver(Object observer)
- From: email@hidden
- Date: Mon, 13 Oct 2003 10:37:15 CDT
- Priority: 3 (Normal)
[demime could not interpret encoding binary - treating as plain text]
removeOmniscientObserver is used to remove observers that have been added
with addOmniscientObserver. You can't removeOmniscientObserver an
observer that's been added with simple addObserver, and you can't
removeObserver an observer that's been added with addOmniscientObserver.
It's like two seperate groups of observers.
Hope that clears it up.
On Thu, 9 Oct 2003 17:07:54 -0700 (PDT) "Robert A. Decker" wrote:
> Is this the removeObserver method used by agnostics? Besides bringing
> up obvious philosophical issues, anyone know what this does that's
> different from the mere mortal removeObserver method?
>
> The documentation is lacking. Or, perhaps we have to attend a seminary for
> this answers?
>
> thanks,
> Robert A. Decker
>
> http://www.robdecker.com/
> _______________________________________________
> webobjects-dev mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/webobjects-dev
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.