java.lang.Object
eus.ehu.hotelreservation.ui.ReserveRoomController
FXML controller for the Reserve Room view.
Handles user interactions for searching available rooms, making
reservations (with 20% upfront payment) and joining the waiting list.
Receives the BlFacade through constructor injection so that
the controller remains decoupled from the concrete facade implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the controller with the given business-logic facade. -
Method Summary
-
Constructor Details
-
ReserveRoomController
-