onMouseLeave: http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/event/dom/client/MouseOutHandler.html
onMouseEnter (I don't know which so you'll have to try them out): http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/event/dom/client/MouseOverHandler.html or http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/event/dom/client/MouseUpEvent.html Hope that helps, Salvador On May 17, 7:00 pm, Paul van Hoven <[email protected]> wrote: > I imported an GWT 1.5 app for transforming it to a GWT 1.6 app. Every > listener is now marked as deprecated, so i'm currently replacing all > these. Anyway i do not know how to replace my MouseListener > implementations. Concretly speaking i use the folling implementations > > public void onMouseEnter(Widget sender) { > //..do s.th. here > } > > public void onMouseLeave(Widget sender) { > //..do s.th. here > } > > that are demanded by the MouseListener interface. But i have not > figured out yet how to replace these with the new handler interfaces. > Does somebody know how to accomplish this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
