Uses of Interface
ch.sahits.game.openpatrician.model.city.guild.IAuction
-
Packages that use IAuction Package Description ch.sahits.game.openpatrician.model.city.guild ch.sahits.game.openpatrician.model.city.guild.impl -
-
Uses of IAuction in ch.sahits.game.openpatrician.model.city.guild
Subinterfaces of IAuction in ch.sahits.game.openpatrician.model.city.guild Modifier and Type Interface Description interfaceIBuildingAuctioninterfaceIShipAuctionModel for the auction of a ship.Methods in ch.sahits.game.openpatrician.model.city.guild that return types with arguments of type IAuction Modifier and Type Method Description java.util.List<IAuction>IGuild. getAuctions()Retreve the all auctions.Methods in ch.sahits.game.openpatrician.model.city.guild with parameters of type IAuction Modifier and Type Method Description voidIGuild. resetAuction(IAuction auction)Once the auction has happened the value must be reset. -
Uses of IAuction in ch.sahits.game.openpatrician.model.city.guild.impl
Classes in ch.sahits.game.openpatrician.model.city.guild.impl that implement IAuction Modifier and Type Class Description classAbstractAuctionThis class implements the base fuctionality as defined byIAuction.classBuildingAuctionImplement the auction for a buildingclassShipAuctionMethods in ch.sahits.game.openpatrician.model.city.guild.impl with parameters of type IAuction Modifier and Type Method Description voidGuild. resetAuction(IAuction auction)
-