- addObserver:forKeyPath:options:context:
Raises an exception.
例外を引き起こします。
- removeObserver:forKeyPath:
Raises an exception.
例外を引き起こします。
- removeObserver:fromObjectsAtIndexes:forKeyPath:context:
Raises an exception.
例外を引き起こします。
- addObserver:toObjectsAtIndexes:forKeyPath:options:context:
Registers an observer to receive key value observer notifications for the specified key-path relative to the objects at the indexes.
あるオブザーバを登録して、インデックスでのオブジェクトそれらに相対的な、指定されたキーパスに対するキー値監視通知を受け取るようにします。
- removeObserver:fromObjectsAtIndexes:forKeyPath:
Removes
anObserver
from all key value observer notifications associated with the specified keyPath
relative to the array’s objects at indexes
.
anObserver
を、indexes
での配列のオブジェクトそれらと相対的に、この指定されたkeyPath
と結び付けられた、全てのキー値監視通知から取り除きます。