NSKeyValueChangeIndexesKey
If the value of the
NSKeyValueChangeKindKey
entry is NSKeyValueChangeInsertion
, NSKeyValueChangeRemoval
, or NSKeyValueChangeReplacement
, the value of this key is an NSIndexSet
object that contains the indexes of the inserted, removed, or replaced objects.
NSKeyValueChangeKindKey
登録項目の値がNSKeyValueChangeInsertion
、NSKeyValueChangeRemoval
、またはNSKeyValueChangeReplacement
ならば、このキーの値はNSIndexSet
オブジェクトです、それは挿入、除去、または置換されたオブジェクトのインデックスを含みます。
NSKeyValueChangeKindKey
An
NSNumber
object that contains a value corresponding to one of the NSKeyValueChange
enums, indicating what sort of change has occurred.
あるNSNumber
オブジェクト、それはNSKeyValueChange
enumsの1つに対応している値を含み、どんな種類の変更が起こったかを指し示しています。
NSKeyValueChangeNewKey
If the value of the
NSKeyValueChangeKindKey
entry is NSKeyValueChangeSetting
, and NSKeyValueObservingOptionNew
was specified when the observer was registered, the value of this key is the new value for the attribute.
NSKeyValueChangeKindKey
登録項目の値がNSKeyValueChangeSetting
ならば、そしてオブザーバが登録された時NSKeyValueObservingOptionNew
が指定されたならば、このキーの値は属性に対する新しい値です。
NSKeyValueChangeNotificationIsPriorKey
If the
NSKeyValueObservingOptionPrior
option was specified when the observer was registered this notification is sent prior to a change.
オブザーバが登録された時NSKeyValueObservingOptionPrior
オプションが指定されたならば、この通知は変更に先立って発信されます。
NSKeyValueChangeOldKey
If the value of the
NSKeyValueChangeKindKey
entry is NSKeyValueChangeSetting
, and NSKeyValueObservingOptionOld
was specified when the observer was registered, the value of this key is the value before the attribute was changed.
NSKeyValueChangeKindKey
登録項目の値がNSKeyValueChangeSetting
ならば、そしてオブザーバが登録された時NSKeyValueObservingOptionOld
が指定されたならば、このキーの値は属性が変更されたよりも前の値です。