public DomNodeEventProxy(DomNode root, DomEventListenerHandler handler) { this.root = root; this.handler = handler; }