});
// Listen for requests from the ExpenseList.
expenseList.setListener(new ExpenseReportList.Listener() {
public void onReportSelected(ReportProxy report) {
placeController.goTo(new ReportPlace( //
new ReportListPlace(lastEmployee, lastDepartment), //
report.stableId() //
));
}
});