Uses of Interface
controller.ICallBack
Packages that use ICallBack
-
Uses of ICallBack in controller
Methods in controller with parameters of type ICallBackModifier and TypeMethodDescriptionvoid
Controller.mouseClickRequest
(Coordinate coordinate, ICallBack callBack) Handles every mouse click (on grid system) from the uservoid
Controller.regularUpdateRequest
(int dayPass, ICallBack callBack) Update the game model regularly with calculated time pass.void
Controller.updateTaxRate
(double newTaxRate, ICallBack callBack) Updates the tax rate. -
Uses of ICallBack in controller.util
Methods in controller.util that return ICallBackMethods in controller.util with parameters of type ICallBack -
Uses of ICallBack in engine.engineMain
Classes in engine.engineMain that implement ICallBack -
Uses of ICallBack in model
Modifier and TypeMethodDescriptionvoid
GameModel.regularUpdate
(int dayPass, ICallBack callBack) Regular updating of the world.