id changeType;
SEL hasCommittedCallback;
SEL hasRolledBackCallback;
id observer;
Could be removed because observer is the same as the observer in the observer record. But without it looks strange, too (because the observer is the receiver of the callbacks, so it should be contained in here, too)
id target;
SEL willCommitCallback;
(Last Updated 8/31/2006)