Re: Newbie Question re: callback signatures

2010-06-04 Thread Quincey Morris
On Jun 4, 2010, at 13:03, Brad Stone wrote: > How do I create the callback method? I don't understand what the signature > is telling me. I have > canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo: in my > NSDocument and I want to set up the callback method. When I create a method

Newbie Question re: callback signatures

2010-06-04 Thread Brad Stone
How do I create the callback method? I don't understand what the signature is telling me. I have canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo: in my NSDocument and I want to set up the callback method. When I create a method as below it never fires. I must just not be readin