Package engine.engineMain
Class Handler
java.lang.Object
engine.engineMain.Handler
- All Implemented Interfaces:
ICallBack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanUp()
void
boolean
render()
void
void
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)
-
Constructor Details
-
Handler
-
-
Method Details
-
render
public boolean render() -
processAllAssets
public void processAllAssets() -
cleanUp
public void cleanUp() -
setWorldGrid
public void setWorldGrid() -
updateGridSystem
- Specified by:
updateGridSystem
in interfaceICallBack
-
updateBudgetPanel
- Specified by:
updateBudgetPanel
in interfaceICallBack
-
updateStatisticPanel
- Specified by:
updateStatisticPanel
in interfaceICallBack
-
updateDatePanel
- Specified by:
updateDatePanel
in interfaceICallBack
-
updateCityStatisticPanel
- Specified by:
updateCityStatisticPanel
in interfaceICallBack
-
shoutLose
public void shoutLose(boolean isLost)
-