Adding a MouseOverHandler to an Element?

Posted by JP on Stack Overflow See other posts from Stack Overflow or by JP
Published on 2009-05-18T19:26:25Z Indexed on 2010/05/12 16:54 UTC
Read the original article Hit count: 165

Filed under:
|

I would like to listen for the mouse over event in GWT 1.6. Since GWT 1.6 has introduced handlers and deprecated listeners I'm unsure as to how I can accomplish this with what little information exists.

Note: I have an Element object. That's what I need to add the mouse handler to. I apologize for my lack of clarity.

Thanks!

© Stack Overflow or respective owner

Related posts about gwt

Related posts about java