ReadMe.txt

AESend and Receive
A sample showing how to send and receive AppleEvents from Java using JDirect 3.
For use with MRJ 3.0 and later.
 
Version 2.0, 8/7/2002
Apple Worldwide Developer Technical Support
 
Copyright ©1999-2002 Apple Computer, Inc.
All rights reserved.
 
Included in this archive:
 
    build/AESend.app  // The Sending example Application
    build/AEReceive.app  // The Reciving example Application
 
    All sources and resource files used to build the applications, including, an 'aete' resource to make the AEReceive application scriptable. 
    Receive Test Script, an AppleScript to send our event to the AEReceive
    application.
 
    You can use the Receive Test Script AppleScript to send the AppleEvent
        to the AEReceive application.  The AEReceive
        application will reply with a text message. 
 
For more information please refer to the sources, which are well commented.
 
______________________________________________________________________________
You may incorporate this sample code into your applications without restriction, though the sample code has been provided "AS IS" and the responsibility for its operation is 100% yours.  However, what you are not permitted to do is to redistribute the source as "Apple Sample Code" after having made changes. If you're going to re-distribute the source, we require that you make it clear in the source that the code was descended from Apple Sample Code, but that you've made changes.