I think it is a good idea to decouple Command and Model. Wondering what is the best way to pass data from Command to Listeners (could be any number of Models )?
Thought of creating custom events to include the result and original event. Is this an overkill?
