@Override
 public void handleAction(Action action, Object sender, Object target) {
   ((AbstractAction) action).execute();
   view.refreshView();
 }