1 22 package org.objectweb.petals.demo.mortgage.gui; 23 24 import org.objectweb.petals.demo.mortgage.gui.gui.Console; 25 26 33 public interface MortgageClient { 34 35 58 public void submit(String firstName, String lastName, String address, 59 String salary, String propertyTaxes, String insurrance, 60 String autoPayment, String creditCards, String otherPayments); 61 62 public void setConsole(Console console); 63 64 } 65 | Popular Tags |