Package controllers
Class NewAutostradaController
- java.lang.Object
-
- controllers.Controller
-
- controllers.NewAutostradaController
-
public class NewAutostradaController extends Controller
Handles a new Autostrada- Author:
- gabrieleromanato
-
-
Constructor Summary
Constructors Constructor Description NewAutostradaController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
renderView()
Renders the viewvoid
setView(NewAutostrada view)
Sets the view instance-
Methods inherited from class controllers.Controller
setView
-
-
-
-
Method Detail
-
setView
public void setView(NewAutostrada view)
Sets the view instance- Parameters:
view
- A view instance
-
renderView
public void renderView()
Renders the view- Overrides:
renderView
in classController
-
-