puremvc
|
 |
« Reply #1 on: November 21, 2011, 09:27:15 » |
|
If your view component is removed from the view hierarchy (display list in Flash) and is no longer needed, then if that component has an associated mediator you should remove it, yes. If you are using Flash/Flex/AIR, you can listen to the component for Event.REMOVED and respond by having the mediator remove itself with: facade.remove(this.getMediatorName()); -=Cliff>
|