Important: The information in this document is obsolete and should not be used for new development.
Application-Defined Routines
If your application sends an Apple event usingAESend
and is waiting for a reply, or if it callsAEInteractWithUser
, you can provide an idle function to handle update events, null events, operating-system events, and activate events. You can also provide a reply filter function that can handle any high-level events that you want your application to handle while it is waiting for a reply or for user interaction.