Re: inter-object communication

2008-10-29 Thread Nicko van Someren
On 29 Oct 2008, at 06:30, Charles Steinman wrote: From: Albert Jordan <[EMAIL PROTECTED]> 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

Re: inter-object communication

2008-10-28 Thread Charles Steinman
- Original Message > From: Albert Jordan <[EMAIL PROTECTED]> > > 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 a

Re: inter-object communication

2008-10-28 Thread Jason Coco
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 phon

inter-object communication

2008-10-28 Thread Albert Jordan
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 Albert ___