Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / General Discussion / removeAllProxies and removeAllMediators on: January 15, 2009, 07:22:37
When deleting/cleaning an application i want to remove all registered proxies and mediators from the model and view. Would'nt it be great, if the model had the method removeAllProxies() and the view removeAllMediators()?
The Method iterates the proxyMap and calls the removeProxy method. The same with the view.
This would help cleaning/deleting an application module when removing it from a core application (garbage collection).
Pages: [1]