Re: how to read api
Re: how to read api
- Subject: Re: how to read api
- From: mmalcolm crawford <email@hidden>
- Date: Tue, 25 Nov 2003 19:11:39 -1000
On Nov 25, 2003, at 5:13 PM, Highlander872 wrote:
I found the api for using the NSApplication methods but how do i use
them
applicationDidFinishLaunching
public abstract void
applicationDidFinishLaunching (
com.apple.cocoa.foundation.NSNotification )
is all it says, every way i try it gives me bout a dozen errors
how do you turn this into usable code?
can someone help me with how to understand the api docs?
This is a delegate method -- a method that the application object sends
to its delegate.
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
CommunicateWithObjects/Articles/Delegates.html>
mmalc
_______________________________________________
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.