notifications questions
notifications questions
- Subject: notifications questions
- From: Theodore Petrosky <email@hidden>
- Date: Sun, 21 Sep 2003 11:27:00 -0700 (PDT)
I am looking for a deeper understanding of syntax for
notifications.
[[NSNotificationCenter defaultCenter] addObserver:
self selector: @selector(cellTextDidEndEditing:) name:
NSControlTextDidEndEditingNotification object:
njProjectCodeComboBox];
My question is about the @selector. does is have to be
cellTextDidEndEditing:? Can I create a selector
mySelector: for this object?
Ted
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
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.