iari
11/08/2018, 9:17 AMwindowid
String - it allows for the ViewAndFragsDemoView
to not know the view classes directly, but open them just via fire(OpenWindowEvent("view", ""))
as in Line 54.
Right now, the way I have it is very similar to what you posted except for one part: I do not have the string, but reference the View Classes directly (so I do still have the View coupling), the plain reason being, that I really enjoy the TypeSafety of the curretn solution ...