Interface ICreditor
-
- All Known Subinterfaces:
IAIPlayer,ICitizen,IHumanPlayer,IPlayer
- All Known Implementing Classes:
AIPlayer,Citizen,CityCreditor,DefaultCreditor,HumanPlayer,Player
public interface ICreditorThis interface defines anyone who can give a credit or whom anyone can be indepted to (e.g. city).- Author:
- Andi Hotz, (c) Sahits GmbH, 2014 Created on Dec 30, 2014
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceiveSum(long amount)Handle method for recieving a payment
-