Nov. 15, 2008
7:55 p.m.
Igor Stasenko wrote:
Instead, i suggest that events should go in different route: EventSensor -> HostWindow instance -> subscriber(s).
A subscriber model is part of my design, allowing for pluggable event architectures actually. I'm not going to change the current Morphic event handling itself, that would require rewriting most of the system. I will publish code as soon as I can make it load and run somewhat safely. Swapping out the event handling is, let's say, interesting ;-) Reagarding another suggestion in an earlier mail, I don't think the event object creation should be in the VM. The raw, barebones event structure is the most flexible, anything else can and should be handled in the image. More on that later. Michael