-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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.