Jul 29, 2017 · 1 min read
what are you talking about? which example? handleEvent intercepts all events, so if you have a method named onclickand the event name is click, the method will be invoked as this.onclick(evt)
Have you tried on a browser the example?
