Ejemplo n.º 1
0
 /*    */ public static void execute(UseCaseFactory uc) /*    */ {
   /*    */ try
   /*    */ {
     /* 16 */ uc.startUseCase();
     /*    */ } catch (Throwable e) {
     /* 18 */ ExceptionHandler.getInstance().handle(e);
     /*    */ }
   /*    */ }
 /*    */ public void itemStateChanged(ItemEvent e) {
   /* 26 */ if ((this.grid != null) && (e.getStateChange() == 1))
     /*    */ try {
       /* 28 */ this.grid.refreshComponent();
       /*    */ } catch (ApplicationException ex) {
       /* 30 */ ExceptionHandler.getInstance().handle(ex);
       /*    */ }
   /*    */ }