Hi, I have created a Sub Class of Cairngorm Event and added a variable for Storing the IReponder..
Now When the execute() is invoked on the Command we get the Delegate and set the Responder of Delegate to the instance of Command . So when the delegate completes the method it automatically invokes either the result() or fault() on the Command.. Now we need to set the Responder for the Command which is nothing but the Callback Object we have passed as part of the Event. How to set this Responder in the Command Instance.. Where this has to be set ..Is it in the execute() of Command?? Thanks Mars

