@Override
 public void onTabChanged(String tabId) {
   super.onTabChanged(tabId);
   ((VisitTabContentFactory) _tabFactory).refreshTab(tabId);
 }