Class ReserveRoomController

java.lang.Object
eus.ehu.hotelreservation.ui.ReserveRoomController

public class ReserveRoomController extends Object
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.