Supporting Required Apple Events
Components of Apple Events describes the various components of an
Apple event that uniquely identify it.
lists the event id, event class, attributes and parameters for each. The
required Apple Events are the Open Application event, the
Open Documents event, the Print Documents event and the
Quit Application event.
application to receive Apple Events.
required Apple events.
code example of an Apple event handler for this event.
code example of an Apple event handler for this event.
code example of an Apple event handler for this event.
code example of an Apple event handler for this event.
Other sections that may be of interest are:
respond to any Apple Event. Required Apple events are used as examples.
data from an Apple event that your application has received.
from a parameter of an Apple event that your application has received.
from an attribute of an Apple event that your application has received.
data from a descriptor list of an Apple event that your application has
received.
responsible for disposing of Apple event data structures.
Apple event handlers
user as the result of receiving an Apple event.
Event Manager can perform when extracting data from an Apple event.