Package controller
Interface ICallBack
- All Known Implementing Classes:
Handler
public interface ICallBack
-
Method Summary
Modifier and TypeMethodDescriptionvoid
shoutLose
(boolean isLost) void
updateBudgetPanel
(Budget budget) void
updateCityStatisticPanel
(CityStatistics cityStatistics) void
updateDatePanel
(Date date) void
updateGridSystem
(Coordinate coordinate, Buildable buildable) void
updateStatisticPanel
(Zone zone)
-
Method Details
-
updateGridSystem
-
updateBudgetPanel
-
updateStatisticPanel
-
updateDatePanel
-
updateCityStatisticPanel
-
shoutLose
void shoutLose(boolean isLost)
-