PresentationModel - Command feedback
i use Cairngorm 2.2 with PresentationModel-Pattern, as i understood it (PresentationModel holds the view logic and dispatches CairngormEvents to trigger Commands).
What is a proper solution to get feedback about the Commands result (result and fault). E.g. PresentationModel next action depends 开发者_如何转开发on the server response statuscode.
Do i have to listen to the modified Model-Events (Model is modified by Commands)?
Or should i forward the Delegate-Responder to the PresentationModel?
Thanks for your help. Markus
精彩评论