i'm begining to learn pureMVC, before it i was doing tests with Cairngorm...
...my question is : is a good practice use a Delegate class to manage a remote object?
i mean...a command implements IResponder Interface and in the execute method the command references to the delegate class sending as a parameter itself.
i just wanna be sure about it.
it would be nice if somebody would give me an answer!

thanks!
