cancel
Showing results for 
Search instead for 
Did you mean: 

getEventBus method deprecated or Instead of using getEventbus which method i can prefer?

former_member195777
Participant
0 Kudos

HI ,

i want to use Routing base method instead of using getEventBus method for below code :

Accepted Solutions (0)

Answers (1)

Answers (1)

ericci
Active Contributor
0 Kudos

It depends on what you have to do. If you need just listen to some events, eventBus is still good.

If you really need to implement something based on routes (change view/navigation) you can follow the documentation to implement it: Step 31: Routing and Navigation