puremvc
|
 |
« Reply #1 on: October 02, 2008, 04:55:03 » |
|
Put the Consumer in a Proxy. You can always have a Command manipulate the Proxy if you feel the need, but don't make Commands long-lived. There's no way to retrieve a running Command to fiddle with this long-lived thing. This is the whole reason for the Proxy class, which is long lived, retrievable and is is intended to encapsulate any communications with the server necessary while making the data available to the rest of the app. -=Cliff>
|