I am trying to learn the UM extensions within Cairngorm, but there are no good examples of how this is done. Here is what I am trying to do, I have a view and when a user clicks a button an event is called. Then off to the command, and if the execute passes, I go to the result function in the command file. In the result function I load the data into the model, and change my view. On the new view I need to call a function after I know I have the data back. That is what I can not figure out.
Please help.

