func addObserver (NSObject, forKeyPath : String, options: NSKeyValueObservingOptions, context: UnsafeMutableRawPointer?)
Raises an exception.
例外を引き起こします。
func removeObserver (NSObject, forKeyPath : String)
Raises an exception.
例外を引き起こします。
func removeObserver (NSObject, forKeyPath : String, context: UnsafeMutableRawPointer?)
Raises an exception.
例外を引き起こします。
func removeObserver (NSObject, fromObjectsAt : IndexSet, forKeyPath : String, context: UnsafeMutableRawPointer?)
Raises an exception.
例外を引き起こします。
func addObserver (NSObject, toObjectsAt : IndexSet, forKeyPath : String, options: NSKeyValueObservingOptions, context: UnsafeMutableRawPointer?)
Registers an observer to receive key value observer notifications for the specified key-path relative to the objects at the indexes.
あるオブザーバを登録して、インデックスでのオブジェクトそれらに相対的な、指定されたキーパスに対するキー値監視通知を受け取るようにします。