init'ing an NSNotificationQueue
init'ing an NSNotificationQueue
- Subject: init'ing an NSNotificationQueue
- From: Neil Earnshaw <email@hidden>
- Date: Wed, 3 Sep 2003 12:23:55 +0100
Each task has a default NSNotificationCenter and each thread has a
default NSNotificationQueue. I want to use my own subclass of
NSNotificationCenter in my app in conjunction with an
NSNotificationQueue. Does anyone know if I can switch the default
queue's center by calling:
[[NSNotificationQueue defaultQueue]
initWithNotificationCenter:myNotificationCenter];
or do I have to create a fresh notification queue?
I don't want to disrupt the normal Cocoa notification mechanisms. Do
they use the defaultQueue?
-Neil
Neil Earnshaw
Consultant Software Engineer
Object Software Engineers Ltd
email@hidden
Tel : 01747 854 852
Mbl : 07870 209 102
_______________________________________________
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.