Thank you. Works pretty well :)

Is that GWT's new EventHandler structure? I mean: XyzEvent.Handler? No
more seperate Handler class?
And XyzEvent.TYPE instead of getType()? I like both changes pretty
much :)


On 11 Okt., 22:39, Jens <jens.nehlme...@gmail.com> wrote:
> Hi,
>
> PlaceChangeEvents are fired on the EventBus that you passed into your
> PlaceController. So you can listen to them via:
>
> eventBus.addHandler(PlaceChangeEvent.TYPE, new PlaceChangeEvent.Handler() {
>   //implement method
>
> })
>
> -- J.

-- 
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