Type Alias
NSNotificationName
A structure that defines the name of a notification.
ある構造体、それはある通知の名前を定義します。
Topics
話題
AppKit
NSViewFocusDidChangeNotification
Deprecated in macOS 10.4 and later. Posted for an NSView
object and each of its descendants (recursively) whenever the frame or bounds geometry of the view changed.
macOS 10.4以降では非推奨にされます。NSView
オブジェクトとそれの子孫のそれぞれに対して(再帰的に)そのビューのフレームまたは境界が変化した時はいつでも投函されます。
Deprecated
非推奨
NSWorkspaceWillPowerOffNotification
A notification that the workspace posts when the user requests a logout or powers off the device.
ある通知、それはユーザがデバイスのログアウトまたはパワーオフを要請する時にワークスペースが投函します。
NSWorkspaceWillUnmountNotification
A notification that the workspace posts when the Finder is about to unmount a device.
ある通知、それはFinderがまさにあるデバイスをアンマウントしようとする時にワークスペースが投函します。
NSContextHelpModeDidActivateNotification
Posted when the application enters context-sensitive help mode. This typically happens when the user holds down the Help key.
アプリケーションが文脈に即したヘルプモードに入る時に投函されます。これは概してユーザがヘルプキーを押し下げている時に起こります。
NSContextHelpModeDidDeactivateNotification
Posted when the application exits context-sensitive help mode. This happens when the user clicks the mouse button while the cursor is anywhere on the screen after displaying a context-sensitive help topic.
アプリケーションが文脈に即したヘルプモードを出る時に投函されます。これは、文脈に即したヘルプトピックを表示する後にカーソルが画面のどこかにある間にユーザがマウスボタンを押す時に起こります。
NSMenuDidSendActionNotification
Posted just after the application dispatches a menu item’s action method to the menu item’s target.
アプリケーションがメニュー項目のもつアクションメソッドをメニュー項目のもつターゲットに発送する直ぐ後に投函されます。
NSMenuWillSendActionNotification
Posted just before the application dispatches a menu item’s action method to the menu item’s target.
アプリケーションがメニュー項目のもつアクションメソッドをメニュー項目のもつターゲットに発送するちょうど前に投函されます。
NSPopUpButtonWillPopUpNotification
Posted when an NSPopUpButton
object receives a mouse-down event—that is, when the user is about to select an item from the menu.
NSPopUpButton
オブジェクトがマウスダウンイベントを受け取るときに投函されます — すなわち、ユーザがまさにメニューからある項目を選ぼうとしているとき。
NSScrollViewWillStartLiveScrollNotification
Posted on the main thread at the beginning of user-initiated live scroll tracking (gesture scroll or scroller tracking, for example, thumb dragging).
ユーザ開始のライブスクロールトラッキングの始まりでメインスレッド上で投函されます。(ジェスチャスクロールまたはスクローラトラッキング、例えば、サムネールのドラッグ)
NSSpellCheckerDidChangeAutomaticSpellingCorrectionNotification
This notification is posted when the spell checker did change text using automatic spell checking correction. The are posted to the application’s default notification center.
この通知は、スペルチェッカーがテキストを自動スペルチェック修正を使って変更する時に投函されます。これはアプリケーションのもつ省略時の通知センターに投函されます。
NSSystemColorsDidChangeNotification
Sent when the system colors have changed, such as through a system control panel interface.
システムカラーが、例えばシステムコントロールパネルインターフェイスを通して、変更された時に送られます。
NSTextDidBeginEditingNotification
Posted when an NSText
object begins any operation that changes characters or formatting attributes.
NSText
オブジェクトが、文字または書式設定属性を変える何らかの演算を始める時に投函されます。
NSTextDidChangeNotification
Posted after an NSText
object performs any operation that changes characters or formatting attributes.
NSText
オブジェクトが、文字または書式設定属性を変える何らかの演算を実行する後に投函されます。
NSTextDidEndEditingNotification
Posted when focus leaves an NSText
object, whether or not any operation has changed characters or formatting attributes.
焦点がNSText
オブジェクトから外れる時に投函されます、何らかの演算が文字または書式設定属性を変え終わろうとまだだろうと。
NSViewGlobalFrameDidChangeNotification
Posted whenever an NSView
object that has attached surfaces (that is, NSOpenGLContext
objects) moves to a different screen, or other cases where the NSOpenGLContext
object needs to be updated.
平面に添付されたNSView
オブジェクト(すなわち、NSOpenGLContext
オブジェクト)が異なる画面に移動する時はいつでも、またはNSOpenGLContext
オブジェクトが更新されることを必要とするその他の場合に投函されます。
Deprecated
非推奨
CloudKit
CKAccountChangedNotification
A notification that a container posts when the status of an iCloud account changes.
ある通知、それはあるiCloudアカウントの状態が変化する時にあるコンテナが投函するものです。
External Accessory
外部アクセサリ
EAAccessoryDidConnectNotification
A notification that the system sends when an accessory becomes connected and available for your application to use.
ある通知、それはあるアクセサリが接続されたそしてあなたのアプリケーションに利用できるようになる時にシステムが送信します。
EAAccessoryDidDisconnectNotification
A notification that is posted when an accessory is disconnected and no longer available for your application to use.
ある通知、それはあるアクセサリが接続解除されるそしてもはやあなたのアプリケーションに利用可能でない時に投函されます。
Foundation
ファウンデーション
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
によって、最初にそれがあるアップルイベントを発送(ディスパッチ)する前に投稿されます。あなたのアプリケーションは、この通知をそれが必要とされるかもしれない最初の時まで何らかのアップルイベントハンドラを登録することを避けるために使用できます。
NSUndoManagerCheckpointNotification
Posted whenever an NSUndoManager
object opens or closes an undo group (except when it opens a top-level group) and when checking the redo stack in canRedo
.
NSUndoManager
オブジェクトがアンドゥグループを開くまたは閉じる時はいつでも(それがトップレベルグループを開くときを除いて)そしてやり直しスタックをcanRedo
において調べる時に投函されます。
NSWillBecomeMultiThreadedNotification
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:withObject:
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:withObject:
またはstart
メソッドを使って分離される最初の時に投函します。これらのメソッドの続いて起こる発動は、この通知を投函しません。この通知のオブザーバは、メインスレッドにおいて発動されるそれらの通知メソッドを持ちます、新しいスレッドではなく。オブザーバ通知メソッドは、常に新しいスレッドが遂行を始める前に遂行します。
NSBundleResourceRequestLowDiskSpaceNotification
Posted after the system detects that the amount of available disk space is getting low. The notification is posted to the default notification center.
利用可能なディスクの空きが少なくなることをシステムが検出した後に投函されます。通知は、省略時の通知センターに投函されます。
NSCalendarDayChangedNotification
A notification that is posted whenever the calendar day of the system changes, as determined by the system calendar, locale, and time zone.
システムのカレンダー、ロケール、そしてタイムゾーンによって決定されるところの、システムの暦日が変化するときはいつでもポストされる通知。
NSFileHandleConnectionAcceptedNotification
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.
NSThreadWillExitNotification
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
メッセージを受け取る時に、スレッドが終了する前に、この通知を投函します。この通知を受け取るために発動されるオブザーバメソッドは、この通知は既存のスレッドにおいて、それが終了する前に、遂行します。
MediaPlayer
MPMovieDurationAvailableNotification
Posted when the duration of a movie has been determined. There is no userInfo
dictionary.
ムービーの継続期間が決定された時に投函されます。userInfo
辞書はありません。
Deprecated
非推奨
MPMovieMediaTypesAvailableNotification
Posted when the available media types in a movie are determined. There is no userInfo
dictionary.
ムービーの中の利用可能なメディア型が決定される時に投函されます。userInfo
辞書はありません。
Deprecated
非推奨
MPMovieNaturalSizeAvailableNotification
Posted when the natural frame size of a movie is first determined or subsequently changes. There is no userInfo
dictionary.
ムービーの自然なフレームサイズが最初に決定されるまたはその後に変化する時に投函されます。userInfo
辞書はありません。
Deprecated
非推奨
MPMoviePlayerThumbnailImageRequestDidFinishNotification
Posted when a request to capture a thumbnail from a movie has finished whether the request succeeded or failed. Upon successful capture of a thumbnail, the userInfo
dictionary contains values for the following keys:
ムービーからサムネイルをキャプチャする要請が終わった時に投函されます、要請が成功したか失敗したかにかかわらず。成功したサムネイルのキャプチャに関して、userInfo
辞書は以下のキーに対する値を含みます:
Deprecated
非推奨
MPMovieSourceTypeAvailableNotification
Posted when the source type of a movie was previously unknown and is newly available. There is no userInfo
dictionary.
ムービーのソース型は以前は未知だったそして新しく利用可能である時に投函されます。userInfo
辞書はありません。
Deprecated
非推奨
PDFKit
PDFViewCopyPermissionNotification
A notification posted when the user attempts to copy to the pasteboard without the appropriate permissions.
ユーザが適切な権限なしでペーストボードにコピーを試みる時に投函される通知。
WebKit
WebHistoryItemChangedNotification
Posted by a WebHistoryItem object when the value of the history item’s title, alternate title, URL strings, or last visited interval changes.
履歴項目のタイトル、代替のタイトル、URL文字列、または最後の訪問からの隔たりが変化する時にWebHistoryItemオブジェクトによって投函されます。
Deprecated
非推奨
WebViewDidBeginEditingNotification
Posted when a web view begins any operation that changes its contents in response to user editing.
ウェブビューがそれの内容を変更する何らかの演算をユーザ編集に応答して開始する時に投函されます。
WebViewDidChangeNotification
Posted when a web view performs any operation that changes its contents in response to user editing.
ウェブビューがそれの内容を変更する何らかの演算をユーザ編集に応答して実行する時に投函されます。
WebViewDidEndEditingNotification
Posted when a web view ends any operation that changes its contents in response to user editing.
ウェブビューがそれの内容を変更する何らかの演算をユーザ編集に応答して終わる時に投函されます。
WebViewProgressStartedNotification
Posted by a WebView object when a load begins, including a load that is initiated in a subframe.
サブフレームにおいて始められたロードも含めて、ロードが開始する時にWebViewオブジェクトによって投函されます。
Deprecated
非推奨
Accounts
ACAccountStoreDidChangeNotification
Posted when the accounts managed by this account store changed in the database.
このアカウント貯蔵所によって管理されるアカウントがデータベースにおいて変化した時に投函されます。
Deprecated
非推奨
AssetsLibrary
ALAssetsLibraryChangedNotification
Sent when the contents of the assets library have changed from under the app that is using the data.
アセットライブラリの内容がデータを使っているアプリの下から変わった時に送られます。
Deprecated
非推奨
See Also
参照
Creating Notifications
通知を作成する
- init
Initializes an empty notification.
空の通知を初期化します。
- initWithCoder:
Initializes a notification with the data from an unarchiver.
通知をアンアーカイバからのデータで初期化します。