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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to