Esempio n. 1
0
 private void wish() {
   try {
     marketobj.wish(command.getItemName(), command.getPrice(), client);
     contr.updateLog(client.getName() + " made a wish for: " + command.getItemName());
     getWishes();
   } catch (RemoteException e) {
     contr.remoteExceptionHandler(e);
   }
 }