Should, I think, do what you want. Of course, it is package protected so you will need to use reflection to get access. And the result may be null if the object is still a fault.
On 2014-09-11, 12:22 PM, "John Pollard" wrote:
Apologies, I meant takeStoredValueForKey(). Within there, how can I safely see what the value currently is when when this method is called, before I invoke super. takeStoredValueForKey() to take on the new value?
John
The order of calls is:
takeValueForKey -> setXXX -> takeStoredValueForKey
All of these maybe skipped except for takeStoredValueForKey, so that is the only one you should override to see what is getting saved.