Esempio n. 1
0
 private void getWishes() {
   try {
     contr.updateWishes(marketobj.getWishes(client));
   } catch (RemoteException e) {
     contr.remoteExceptionHandler(e);
   }
 }