AIPreferenceController is now KVO compliant for objects. One can add an observer...
commit8e8204076df12e9f7ed2a6fa40d2d445e74b2ea2
authorEvan Schoenberg <evan@adiumx.com>
Wed, 9 Jan 2008 04:35:09 +0000 (9 04:35 +0000)
committerEvan Schoenberg <evan@adiumx.com>
Wed, 9 Jan 2008 04:35:09 +0000 (9 04:35 +0000)
tree18bc8e9e863a359b2184bc29fb1cc24b21e5f436
parent155115c6b118597fceb18b2fc9f1c1041f74030b
AIPreferenceController is now KVO compliant for objects. One can add an observer using the ByObject:InternalObjectID key as the start of the key path for existing objects; easier to use and applicable if the object is still being crated is addObserver:forKeyPath:ofObject:options:context.

git-svn-id: svn://svn.adiumx.com/adium/trunk@22212 1c916fce-81e2-0310-a464-8ca513f45935
Frameworks/Adium Framework/Source/AIPreferenceControllerProtocol.h
Source/AIPreferenceContainer.h
Source/AIPreferenceContainer.m
Source/AIPreferenceController.m