static let NSAppleEventManagerWillProcessFirstEvent : NSNotification.Name
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
によって、最初にそれがあるアップルイベントを発送(ディスパッチ)する前に投稿されます。あなたのアプリケーションは、この通知をそれが必要とされるかもしれない最初の時まで何らかのアップルイベントハンドラを登録することを避けるために使用できます。
static let NSUndoManagerDidCloseUndoGroup : NSNotification.Name
NSUndoManager
object closes an undo group, which occurs in the implementation of the endUndoGrouping()
method.
NSUndoManager
オブジェクトがアンドゥグループを閉じる後に投函されます、それはendUndoGrouping()
メソッドの実装において発生します。
static let NSUndoManagerDidOpenUndoGroup : NSNotification.Name
NSUndoManager
object opens an undo group, which occurs in the implementation of the beginUndoGrouping()
method.
NSUndoManager
オブジェクトがアンドゥグループを開く時はいつでも投函されます、それはbeginUndoGrouping()
メソッドの実装において発生します。
static let NSUndoManagerDidUndoChange : NSNotification.Name
NSUndoManager
object performs an undo operation.
NSUndoManager
オブジェクトがアンドゥ操作を実行する直後に投函されます。
static let NSUndoManagerWillCloseUndoGroup : NSNotification.Name
NSUndoManager
object closes an undo group, which occurs in the implementation of the endUndoGrouping()
method.
NSUndoManager
オブジェクトがアンドゥグループを閉じる前に投函されます、それはendUndoGrouping()
メソッドの実装において発生します。
static let NSUndoManagerWillUndoChange : NSNotification.Name
NSUndoManager
object performs an undo operation.
NSUndoManager
オブジェクトがアンドゥ操作を実行する直前に投函されます。
static let NSWillBecomeMultiThreaded : NSNotification.Name
NSThread
class posts this notification at most once—the first time a thread is detached using detachNewThreadSelector(_:toTarget:with:)
or the start()
method. Subsequent invocations of those methods do not post this notification. Observers of this notification have their notification method invoked in the main thread, not the new thread. The observer notification methods always execute before the new thread begins executing.
最初のスレッドが現在のスレッドから切り離される時に投函されます。NSThread
クラスはこの通知を最大一度だけ — スレッドがdetachNewThreadSelector(_:toTarget:with:)
またはstart()
メソッドを使って分離される最初の時に投函します。これらのメソッドの続いて起こる発動は、この通知を投函しません。この通知のオブザーバは、メインスレッドにおいて発動されるそれらの通知メソッドを持ちます、新しいスレッドではなく。オブザーバ通知メソッドは、常に新しいスレッドが遂行を始める前に遂行します。
static let NSBundleResourceRequestLowDiskSpace : NSNotification.Name
static let NSCalendarDayChanged : NSNotification.Name
static let NSDidBecomeSingleThreaded : NSNotification.Name
static let NSExtensionHostDidBecomeActive : NSNotification.Name
static let NSExtensionHostDidEnterBackground : NSNotification.Name
static let NSExtensionHostWillEnterForeground : NSNotification.Name
static let NSExtensionHostWillResignActive : NSNotification.Name
static let NSFileHandleConnectionAccepted : NSNotification.Name
static let NSFileHandleDataAvailable : NSNotification.Name
static let NSFileHandleReadToEndOfFileCompletion : NSNotification.Name
static let NSHTTPCookieManagerAcceptPolicyChanged : NSNotification.Name
static let NSHTTPCookieManagerCookiesChanged : NSNotification.Name
static let NSMetadataQueryDidFinishGathering : NSNotification.Name
static let NSMetadataQueryDidStartGathering : NSNotification.Name
static let NSMetadataQueryDidUpdate : NSNotification.Name
static let NSMetadataQueryGatheringProgress : NSNotification.Name
static let NSProcessInfoPowerStateDidChange : NSNotification.Name
static let NSSystemClockDidChange : NSNotification.Name
static let NSSystemTimeZoneDidChange : NSNotification.Name
static let NSThreadWillExit : NSNotification.Name
NSThread
object posts this notification when it receives the exit()
message, before the thread exits. Observer methods invoked to receive this notification execute in the exiting thread, before it exits.
NSThread
オブジェクトは、それがexit()
メッセージを受け取る時に、スレッドが終了する前に、この通知を投函します。この通知を受け取るために発動されるオブザーバメソッドは、この通知は既存のスレッドにおいて、それが終了する前に、遂行します。
static let NSURLCredentialStorageChanged : NSNotification.Name