If you have one 'Search' event being broadcast from a view that can
search in multiple ways depending on user interaction, perhaps it's
searching different resources depending on a radio button perhaps?
Then you could use the same broadcast event and evaluate the event
data to call different services accordingly.

I have one 'Navigate' event that the majority of my views call and
pass a constant within that so the command picks that out and updates
my model app_State as a result. The main view stack monitors that
state. Keeps the views clean of any data manipulation.

--- In flexcoders@yahoogroups.com, "Rick Schmitty" <[EMAIL PROTECTED]> wrote:
>
> Thanks for the replies, appreciate it.  Could you give a for example
of a
> command that would handle different types of events?
> 
> I'm thinking of a command as a specific task (which in my world..so
far..
> has been a specific event) I think I have some tunnel vision here...
> 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to