Re: NSTableView's textDidEndEditing
Re: NSTableView's textDidEndEditing
- Subject: Re: NSTableView's textDidEndEditing
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 15 Jul 2003 21:33:50 +0200
At 11:37 Uhr +0200 13.07.2003, Luca Torella wrote:
How can I use the NSTableView's method -
(void)textDidEndEditing:(NSNotification *)aNotification ?
Do I have to subclass NSTableView or I can use my Controller Class?
All notifications sent by a class are also automagically sent to its
delegate. (Learned from Cocoadevcentral's article on delegates).
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.