Constructors in simulation_MVC_Basic with parameters of type View |
ControllerQ1(View gameCanvas,
Model gameWorld)
Instantiates a controller that is installed on the passed View and will,
in response to user events, mutate the passed Model. |
ControllerQ2(View gameCanvas,
Model gameWorld)
Instantiates a controller that is installed on the passed View and will,
in response to user events, mutate the passed Model. |
ControllerQ3(View gameCanvas,
Model gameWorld)
Instantiates a controller that is installed on the passed View and will,
in response to user events, mutate the passed Model. |