placeController.goTo(expenseDetails.getReportListPlace());
}
});
// Check for Authentication failures or mismatches
new ReloadOnAuthenticationFailure().register(eventBus);
// Listen for requests from ExpenseTree.
expenseTree.setListener(new ExpenseTree.Listener() {
public void onSelection(String department, EntityProxyId<EmployeeProxy> employee) {