Currently MVC only deals with a single window, and it assumes that all events are eligible for that window. Consideration for applications with multiple window should include:
- Is event filtering by WindowController useful / required?
- WindowController is not aware of its window's lifecycle, and can end up with a stale reference when the window is destroyed / recreated.
Currently MVC only deals with a single window, and it assumes that all events are eligible for that window. Consideration for applications with multiple window should include: