Apple events
Apple events are the primary interapplication communication mechanism on
Apple Macintoshes. It is a message-based protocol designed for applications
to programmatically control other applications. Apple events can be sent between applications on the same computer, between remote computers, or from the application to itself.
Apple events can not be used at interrupt time, because they use system
services that are not interrupt safe.
Additional References
Helpful Web Sites:
Reader Comments | Submit a comment »
def'n of Apple events is incorrect
Apple Events are the primary interapplication communication mechanism on Apple
Macintoshes. It is a message-based protocol designed for applications to
programmatically control other applications. Each Apple event consists of an
encoding of a verb, or the command, along with zero or more other encoded
parameters.
Apple events can not be used at interrupt time, because they use system
services that are not interrupt safe.
- May 22, 2000
Legal
This tutorial (this "tutorial") was developed by National Instruments ("NI"). Although technical support of this tutorial may be made available by National Instruments, the content in this tutorial may not be completely tested and verified, and NI does not guarantee its quality in any way or that NI will continue to support this content with each new revision of related products and drivers. THIS TUTORIAL IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND AND SUBJECT TO CERTAIN RESTRICTIONS AS MORE SPECIFICALLY SET FORTH IN NI.COM'S TERMS OF USE (http://ni.com/legal/termsofuse/unitedstates/us/).
