Re: NSDistributedNotificationCenter
Re: NSDistributedNotificationCenter
- Subject: Re: NSDistributedNotificationCenter
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 16 Dec 2003 20:29:20 -0800
On Dec 16, 2003, at 7:35 PM, April Gendill wrote:
[[NSDistributedNotificationCenter defaultCenter]
addObserver:[NSWorkspace sharedWorkspace]
selector:@selector([self addItemToTable:]) name:nil object:nil
suspensionBehavior:nil];
Try this instead:
[[NSDistributedNotificationCenter defaultCenter] addObserver:self
selector:@selector(addItemToTable:) name:nil object:nil
suspensionBehavior:nil];
Nick Zitzmann
<
http://seiryu.home.comcast.net/>
S/MIME signature available upon request
"That's a funny thing to promise. Well, you can't never let anything
happen to him [Nemo]; then, nothing would ever happen to him." - Dory,
from the movie "Finding Nemo"
_______________________________________________
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.