1

Closed

[MVVM] ViewModelManager

description

A viewmodel manager holds weak references to both the viewmodle and model. This way, it is possible to retrieve the viewmodel of a model.
Closed Aug 3, 2012 at 12:26 PM by GeertvanHorrik
Unit tests all succeed, feature implemented.

comments

GeertvanHorrik wrote Jul 20, 2012 at 12:40 PM

I see no need for this at the moment. If someone can provide a use case, we might reconsider it.

GeertvanHorrik wrote Jul 20, 2012 at 12:40 PM

** Closed by GeertvanHorrik 07/20/2012 5:40AM

GeertvanHorrik wrote Jul 23, 2012 at 5:31 PM

GeertvanHorrik wrote Aug 3, 2012 at 12:05 PM

Working on this feature.

GeertvanHorrik wrote Aug 3, 2012 at 12:20 PM

Written logic, written unit tests, testing right now.