Re: Delegate versus Controller
Re: Delegate versus Controller
- Subject: Re: Delegate versus Controller
- From: "Kenny Carruthers" <email@hidden>
- Date: Wed, 4 Jul 2001 10:09:18 -0700
>
A delegate is some object that is consulted about the behaviour of
>
another object (e.g, a window delegate can veto or modify a change like
>
resizing the window.)
How is using a delegate class different then subclassing? (In this case,
subclassing NSWindow and overriding any window resizing calls.)
Kenny