Skip navigation.
 
mlRe: fundamental question: how do I call controller methods from other classes?
FROM : Hamish Allan
DATE : Thu May 22 23:32:40 2008

On Thu, May 22, 2008 at 1:07 AM, Matthew Youney <<email_removed>> wrote:

> What am I missing?


Adam Leonard's reply is an excellent description of the concepts you
need to understand first and foremost. But if I understand your
purposes correctly from your classnames, once you have a better grasp
of MVC and delegates, you may wish to take a look at:

http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSFileHandle_Class/Reference/Reference.html#//apple_ref/occ/instm/NSFileHandle/acceptConnectionInBackgroundAndNotify

Hamish