Uses of Interface
io.github.marcopaglio.booking.view.BookingView
Package
Description
Contains implementations of the presenter for the booking application using the service layer.
Contains implementations of the view for the booking application using Swing.
-
Uses of BookingView in io.github.marcopaglio.booking.presenter.served
ModifierConstructorDescriptionServedBookingPresenter
(BookingView view, BookingService bookingService, ClientValidator clientValidator, ReservationValidator reservationValidator) Constructs a presenter for the booking application with a view and a service. -
Uses of BookingView in io.github.marcopaglio.booking.view.swing
Modifier and TypeClassDescriptionclass
A concrete implementation of the view for the booking application using Swing.