Global Variable グローバル変数

NSAppleEventManagerWillProcessFirstEventNotification

Posted by NSAppleEventManager before it first dispatches an Apple event. Your application can use this notification to avoid registering any Apple event handlers until the first time at which they may be needed. NSAppleEventManagerによって、最初にそれがあるアップルイベントを発送(ディスパッチ)する前に投稿されます。あなたのアプリケーションは、この通知をそれが必要とされるかもしれない最初の時まで何らかのアップルイベントハンドラを登録することを避けるために使用できます。

Declaration 宣言

NSNotificationName NSAppleEventManagerWillProcessFirstEventNotification;

Discussion 議論

The notification object is the NSAppleEventManager. This notification does not contain a userInfo dictionary. 通知オブジェクトは、NSAppleEventManagerです。この通知は、userInfo辞書を含みません。

See Also 参照

Foundation ファウンデーション