Class CityCreditor
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.city.CityCreditor
-
-
Constructor Summary
Constructors Constructor Description CityCreditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreceiveSum(long amount)Handle method for recieving a payment
-
-
-
Method Detail
-
receiveSum
public void receiveSum(long amount)
Description copied from interface:ICreditorHandle method for recieving a payment- Specified by:
receiveSumin interfaceICreditor- Parameters:
amount- paid money amount.
-
-