static let NSUbiquityIdentityDidChange : NSNotification.Name
Sent after the iCloud (“ubiquity”) identity has changed.
iCloud(「偏在」)身元が変更された後に送られます。
static let NSAppleEventManagerWillProcessFirstEvent : NSNotification.Name
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
によって、最初にそれがあるアップルイベントを発送(ディスパッチ)する前に投稿されます。あなたのアプリケーションは、この通知をそれが必要とされるかもしれない最初の時まで何らかのアップルイベントハンドラを登録することを避けるために使用できます。
static let NSUndoManagerDidCloseUndoGroup : NSNotification.Name
Posted after an
NSUndoManager
object closes an undo group, which occurs in the implementation of the endUndoGrouping()
method.
NSUndoManager
オブジェクトがアンドゥグループを閉じる後に投函されます、それはendUndoGrouping()
メソッドの実装において発生します。
static let NSUndoManagerDidUndoChange : NSNotification.Name
Posted just after an
NSUndoManager
object performs an undo operation.
NSUndoManager
オブジェクトがアンドゥ操作を実行する直後に投函されます。
static let NSUndoManagerWillCloseUndoGroup : NSNotification.Name
Posted before an
NSUndoManager
object closes an undo group, which occurs in the implementation of the endUndoGrouping()
method.
NSUndoManager
オブジェクトがアンドゥグループを閉じる前に投函されます、それはendUndoGrouping()
メソッドの実装において発生します。
static let NSUndoManagerWillUndoChange : NSNotification.Name
Posted just before an
NSUndoManager
object performs an undo operation.
NSUndoManager
オブジェクトがアンドゥ操作を実行する直前に投函されます。
static let NSWillBecomeMultiThreaded : NSNotification.Name
Posted when the first thread is detached from the current thread. The
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
Posted after the system detects that the amount of available disk space is getting low. The notification is posted to the default notification center.
利用可能なディスクの空きが少なくなることをシステムが検出した後に投函されます。通知は、省略時の通知センターに投函されます。
static let NSCalendarDayChanged : NSNotification.Name
A notification that is posted whenever the calendar day of the system changes, as determined by the system calendar, locale, and time zone.
システムのカレンダー、ロケール、そしてタイムゾーンによって決定されるところの、システムの暦日が変化するときはいつでもポストされる通知。
static let NSDidBecomeSingleThreaded : NSNotification.Name
Not implemented.
実装されません。
static let NSExtensionHostDidBecomeActive : NSNotification.Name
Posted when the extension’s host app moves from the inactive to the active state.
拡張のホストアプリが非アクティブからアクティブ状態に移動する時にポストされます。
static let NSExtensionHostDidEnterBackground : NSNotification.Name
Posted when the extension’s host app begins running in the background.
拡張のホストアプリが実行を背面で始める時にポストされます。
static let NSExtensionHostWillEnterForeground : NSNotification.Name
Posted when the extension’s host app begins running in the foreground.
拡張のもつホストアプリが実行を前面で始める時にポストされます。
static let NSExtensionHostWillResignActive : NSNotification.Name
Posted when the extension’s host app moves from the active to the inactive state.
拡張のホストアプリがアクティブから非アクティブ状態に移動する時にポストされます。
static let NSFileHandleConnectionAccepted : NSNotification.Name
Posted when a file handle object establishes a socket connection between two processes, creates a file handle object for one end of the connection, and makes this object available to observers.
static let NSFileHandleDataAvailable : NSNotification.Name
Posted when the file handle determines that data is currently available for reading in a file or at a communications channel.
static let NSFileHandleReadToEndOfFileCompletion : NSNotification.Name
Posted when the file handle reads all data in the file or, in a communications channel, until the other process signals the end of data.
static let NSHTTPCookieManagerAcceptPolicyChanged : NSNotification.Name
A notification posted when the acceptance policy of the cookie storage has changed.
そのクッキーの受入方針が変化する場合に投函される通知。
static let NSHTTPCookieManagerCookiesChanged : NSNotification.Name
A notification posted when the cookies stored in the cookie storage have changed.
クッキーストレージに貯蔵されたクッキーが変化する場合に投函される通知。
static let NSMetadataQueryDidFinishGathering : NSNotification.Name
Posted when the receiver has finished with the initial result-gathering phase of the query.
レシーバがその照会の最初の結果収集段階をやり終えた時に投函されます。
static let NSMetadataQueryDidStartGathering : NSNotification.Name
Posted when the receiver begins with the initial result-gathering phase of the query.
レシーバがその照会の最初の結果収集段階を始める時に投函されます。
static let NSMetadataQueryDidUpdate : NSNotification.Name
Posted when the receiver’s results have changed during the live-update phase of the query.
レシーバのもつ結果がその照会のライブアップデート段階の間に変化した時に投函されます。
static let NSMetadataQueryGatheringProgress : NSNotification.Name
Posted as the receiver is collecting results during the initial result-gathering phase of the query.
レシーバがその照会の最初の結果収集段階の間に結果を集めているときに投函されます。
static let NSProcessInfoPowerStateDidChange : NSNotification.Name
Posts when the power state of a device changes.
static let NSSystemClockDidChange : NSNotification.Name
A notification posted whenever the system clock is changed.
システム時計が変更される時はいつでも投函される通知。
static let NSSystemTimeZoneDidChange : NSNotification.Name
A notification posted when the time zone changes.
タイムゾーンが変化する時に投函される通知。
static let NSThreadWillExit : NSNotification.Name
An
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
A notification posted when the set of stored credentials changes.
一揃いの格納された資格情報が変化する時に投函される通知。