Re: NSDistributedNotificationCenter
Re: NSDistributedNotificationCenter
- Subject: Re: NSDistributedNotificationCenter
- From: Andreas Mayer <email@hidden>
- Date: Wed, 17 Dec 2003 08:16:13 +0100
Am 17.12.2003 um 05:39 schrieb April Gendill:
All this does is set the observer to watch the application running,
Um. No. The _Distributed_ Notification Center is the same for _all_
applications. So every notification sent to it may be received by any
other application.
how if the observer is NOT the in the class running, do I call a
method in the running class?
The observer is the object that the notification is _sent to_. The
selector denotes the message used to deliver the notification. There's
no point in registering an object as observer, which you have no
control over.
Is there any specific notification you are looking for?
bye. Andreas.
_______________________________________________
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.