Re: unimplemented methods
Re: unimplemented methods
- Subject: Re: unimplemented methods
- From: Dylan Adams <email@hidden>
- Date: Mon, 21 Jul 2003 20:02:55 -0500
Ben Dougall wrote:
if an object receives a message, *any* message, that it has not got
implemented, is there anyway for that object to kind of have a wildcard
method that has the ability to deal with any unimplemented (in the
object) message, particularly, know what the method call consisted of;
method name and if any, passed variables?
Check out the forwardInvocation: method on the NSObject object (not the
NSObject protocol).
dylan
_______________________________________________
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.