Carbon


AEEventClass

Header: AEDataModel.h

Specifies the event class of an Apple event.

typedef FourCharCode AEEventClass;

Apple events are identified by their event class and event ID attributes. The event class is the attribute that identifies a group of related Apple events. When you call the AEProcessAppleEvent function, the Apple Event Manager uses these attributes to identify a handler for a specific Apple event.

For more information on Apple event classes, see “Event Class Constants”.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)