- addObserver:forKeyPath:options:context:
Raises an exception.
例外を引き起こします。
- removeObserver:forKeyPath:context:
Raises an exception.
例外を引き起こします。
Availability 有効性
Technology
observer
The object to remove as an observer. オブザーバとして取り除くことになるオブジェクト。
keyPath
A key-path, relative to the set, for which observer is registered to receive KVO change notifications. This value must not be nil. それに対してKVO変更通知を受け取るためにobserverが登録される、その集合に相対的な、キーパス。この値は、nilであってはいけません。
NSOrdered
objects are not observable, so this method raises an exception when invoked on an NSOrdered
object. Instead of observing an ordered set, observe the to-many relationship for which the ordered set is the collection of related objects.
NSOrdered
オブジェクトは監視可能ではありません、それでこのメソッドはNSOrdered
オブジェクト上で発動される場合は例外を引き起こします。ある順序集合を監視する代わりに、その順序集合が関連オブジェクトのコレクションであるところの対多関係を監視してください。
- addObserver:forKeyPath:options:context:
- removeObserver:forKeyPath:context: