Hi, Hopefully this is a quick... I'm looking at some code that is using the executeNextCommand() in Cairngorm but I'm wondering why don't we just dispatch() the event that is created instead of calling executeNextCommand()...
I'm quite new to Cairngorm and frameworks but to it seems executeNextCommand() will achieve the same results as .dispatch(). Perhaps executeNextCommand() is just a tad more efficient because an Event isn't actually fired and maybeexecuteNextCommand() just invokes the frontController directly? This is all a guess so if someone knows, please help :) Cheers, Nick

