|
From: Edwin C. <com...@gm...> - 2009-10-05 12:57:59
|
Hi Ken, Let me know if it works. You can look at the EventHandlerImpl to see how the onHandle method of EventHandler is called from javascript. EventHandler and the code using it is documented with JavaDoc, so that may be a good place to look how the abstract class trick works. I would say that in the click handler case empty methods vs abstract methods would be best, because with abstract methods someone who provides an anonymous implementation would need to implement all abstract methods. Very kind that you consider contributing back your efforts. Greetings and good luck, Edwin 2009/10/5 Ken Needham <ke...@ke...>: > OK, I'll give that a go > Assuming it all works I'll submit the changes for inclusion > Might as well try to do it properly I suppose. > Ken > > > > |