Re: inter-object communication
Re: inter-object communication
- Subject: Re: inter-object communication
- From: Jason Coco <email@hidden>
- Date: Wed, 29 Oct 2008 00:22:31 -0400
On Oct 29, 2008, at 00:15 , Albert Jordan wrote:
What is the recommended way for Object B to inform Object A that it
is done processing a request for the following scenario?
Object A has a list of phone numbers to send SMS messages
Object B implements sending an SMS message to a given phone number
I would personally use an NSOperationQueue and just have Object A add
"send SMS to this number" operations to the queue. Results
could be handed back through any number of means, including an event
queue or a simple mach port.
J
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden