![]() |
API
0.9.6
|
Instance Methods | |
(void) | - addObserver:forKeyPath:options:context: |
(void) | - addObserver:toObjectsAtIndexes:forKeyPath:options:context: |
(void) | - removeObserver:forKeyPath: |
(void) | - removeObserver:fromObjectsAtIndexes:forKeyPath: |
Definition at line 512 of file CPArray+KVO.j.
|
implementation |
Raises an exception.
CPArray objects are not observable, so this method raises an exception when invoked on an CPArray object. Instead of observing a array, observe the ordered to-many relationship for which the array is the collection of related objects.
Extends class CPArray.
Definition at line 520 of file CPArray+KVO.j.
|
implementation |
Registers an observer to receive key value observer notifications for the specified key-path relative to the objects at the indexes.
Extends class CPArray.
Definition at line 539 of file CPArray+KVO.j.
|
implementation |
Raises an exception.
CPArray objects are not observable, so this method raises an exception when invoked on an CPArray object. Instead of observing a array, observe the ordered to-many relationship for which the array is the collection of related objects.
Extends class CPArray.
Definition at line 531 of file CPArray+KVO.j.
|
implementation |
Removes anObserver from all key value observer notifications associated with the specified keyPath relative to the array’s objects at indexes.
Extends class CPArray.
Definition at line 554 of file CPArray+KVO.j.