shapper
unread,Mar 16, 2012, 7:21:56 PM3/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to agath...@googlegroups.com
Hello,
I have 3 Handlers, let's say: BuildChartHandler, GetDataOneHandler and GetDataTwoHandler.
When I dispatch a BuildChartRequest I will receive a chart ... But I need to send the data.
Is it possible to "tell" to BuildChartHandler where to get the data?
Then BuildChartHandler would get the data from GetDataOneHandler or GetDataTwoHandler ...
My idea is send BuildChartRequest instead of sending a DataRequest and with it then call the BuildChartRequest ...
Does this make sense? It is something like cascade ...If i can call it that ...
Thank You,
Miguel