Important: The information in this document is obsolete and should not be used for new development.
Dispatching Apple Events
After receiving a high-level event (and optionally determining whether it is a type of high-level event other than an Apple event that your application might support), your application typically calls theAEProcessAppleEvent
function to determine the type of Apple event received and call the corresponding handler.
Subtopics
- AEProcessAppleEvent