Best time to add observers for managed object?
Best time to add observers for managed object?
- Subject: Best time to add observers for managed object?
- From: Charilaos Skiadas <email@hidden>
- Date: Sun, 10 Jul 2005 02:01:21 -0500
Simple question: What is the best place to add an observer for a
managed object?
I tried to add my observer at awakeFromInsert, and it works for newly
created objects, but when I load a saved document, awakeFromInsert
does not get called for the objects that where stored in the document.
Is there a better place to insert the observer? Would I actually have
to override the designated initializer?
thanks,
Haris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden