Re: NSAppleEventManager in Java
Re: NSAppleEventManager in Java
- Subject: Re: NSAppleEventManager in Java
- From: Chris Backas <email@hidden>
- Date: Tue, 18 Mar 2003 00:38:11 -0500 (EST)
- Priority: Normal
Hello Steve,
I haven't investigated it yet, but I'm fairly certain that I read that the release of Java 1.4.1 added at least basic Apple Event listening capabilities to Java code. Checking through Java Browser on my machine I see
com.apple.cocoa.foundation.NSAppleScript and com.apple.cocoa.foundation.NSAppleEventDescriptor
Make sure you've updated your developer tools as well, as the Java related documentation has been updated to coincide with the 1.4.1 release.
Hope that helps!
Chris Backas
>
Hi everyone,
>
>
I'm investigating the possibility of registering Apple event handlers with
>
Cocoa-Java. I see the class NSAppleEventManager is available to Objective-C apps
>
but it's not present in the Cocoa-Java bridge. If it wasn't included in the
>
bridge, I'm thinking maybe its functionality was implemented differently or
>
there is another mechanism in Cocoa-Java for doing this. So am I correct in
>
seeing that it's not available in Cocoa-Java? What is the alternative, if any?
>
>
Steve
_______________________________________________
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.