removeObserver
removeObserver
- Subject: removeObserver
- From: Benoit Widemann <email@hidden>
- Date: Wed, 17 Jul 2002 20:52:46 +0200
My application delegate installs several notification observers, each
for a different string, each calling a different selector.
What is the best way to cleanup at quit time?
[[NSDistributedNotificationCenter defaultCenter] removeObserver: myDelegate];
Does this removes all the observers at once?
Benoit Widemann
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.