With Vaadin 8 I am using Guava’s EventBus to manage custom events between my views. Is this also how it should be done with Vaadin 12? I didn’t see any examples of how to handle that with Vaadin 12.
Thanks,
Steve
With Vaadin 8 I am using Guava’s EventBus to manage custom events between my views. Is this also how it should be done with Vaadin 12? I didn’t see any examples of how to handle that with Vaadin 12.
Thanks,
Steve
I’ve found using Vaadin’s built-in Routing and Lifecycle Events to be really helpful.
I hope this helps: [https://vaadin.com/docs/v12/flow/routing/tutorial-routing-lifecycle.html]
(https://vaadin.com/docs/v12/flow/routing/tutorial-routing-lifecycle.html)