Uses of Interface
ch.sahits.game.openpatrician.model.city.cityhall.ICityHallNotice
-
Packages that use ICityHallNotice Package Description ch.sahits.game.openpatrician.model.city.cityhall ch.sahits.game.openpatrician.model.city.cityhall.impl -
-
Uses of ICityHallNotice in ch.sahits.game.openpatrician.model.city.cityhall
Methods in ch.sahits.game.openpatrician.model.city.cityhall that return types with arguments of type ICityHallNotice Modifier and Type Method Description javafx.collections.ObservableList<ICityHallNotice>ICityHall. getNotices()Retrieve the list of notices for wares that can be delivered to other cities at a guaranteed price. -
Uses of ICityHallNotice in ch.sahits.game.openpatrician.model.city.cityhall.impl
Classes in ch.sahits.game.openpatrician.model.city.cityhall.impl that implement ICityHallNotice Modifier and Type Class Description classCityHallNotice
-