- attributeDescriptorForKeyword:
Returns a descriptor for the receiver’s Apple event attribute identified by the specified keyword.
指定されたキーワードで識別される、レシーバの持つアップルイベント属性に対する記述子を返します。
eventClass
The event class for the receiver.
レシーバに対するイベントクラス。
eventID
The event ID for the receiver.
レシーバに対するイベントID。
- removeParamDescriptorWithKeyword:
Removes the receiver’s parameter descriptor identified by the specified keyword.
指定されたキーワードで識別されるレシーバの持つパラメータ記述子を除去します。
returnID
The receiver’s return ID (the ID for a reply Apple event).
レシーバの持つリターンID(ある返答アップルイベントに対するID)を返します。
- setAttributeDescriptor:forKeyword:
Adds a descriptor to the receiver as an attribute identified by the specified keyword.
指定されたキーワードで識別される属性として、ある記述子をレシーバに加えます。
- setParamDescriptor:forKeyword:
Adds a descriptor to the receiver as an Apple event parameter identified by the specified keyword.
指定されたキーワードで識別されるアップルイベントパラメータとして、ひとつの記述子をレシーバに加えます。
transactionID
The receiver’s transaction ID, if any.
レシーバの持つトランザクションID、もしあれば。