Programmatically reload an opened tab

I’d like to know if there’s any way to programmatically reload an opened tab. The use case is as below:

  1. My Details is opened via side menuc
  2. My Details contain summary of current user’s info pulled from DB (not Cuba’s browse table UI)
  3. User click edit and the edit page is opened. Upon editing and saving, data gets updated to DB.
  4. The edit page closes and return to My Details. Here I would need a reload of My Details to reflect what was updated in step 3 in the summary.

What would be the best way to handle this? Thanks.

Perhaps you can use events to notify the opened MyDetails screen about the need to reload its data.